[postfixadmin:bugs] #386 Alias CSV Export
Brought to you by:
christian_boltz,
gingerdog
From: GingerDog <gin...@us...> - 2018-07-10 07:59:39
|
CSV -> **comma** seperated values ... ;-) fputcsv defaults to a ',' between fields, and I see no advantage to choosing e.g. ';' You can safely put ',' within fields, they just get quoted. I'd use a ',' as it is a list afterall. --- ** [bugs:#386] Alias CSV Export** **Status:** open **Group:** v3.0 **Created:** Sat Nov 05, 2016 10:17 PM UTC by Rob **Last Updated:** Tue Jul 10, 2018 01:13 AM UTC **Owner:** nobody From the virtual-list.php if I click to Download List as CSV postfixadmin/list.php?table=alias&output=csv The CSV is not the expected data. I get this: " ";Alias;To;"Deliver to the local mailbox.";"Auto Response";"Last modified";Active "<span style='background-color:tomato'> </span> ";ab...@ex...;Array;0;0;2016-10-12;1 --- Sent from sourceforge.net because pos...@li... is subscribed to https://sourceforge.net/p/postfixadmin/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/postfixadmin/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |