Hello everybody I am a new phplist user and I have just installed phplist 3.6.
When I try to export the subscribers with attributes I get a csv file with many attributes written on a new line. Basically the csv file is not usable because the data are not aligned with the columns and there are no " " to limit the fields. I would like to get all the data in 1 line.
For example if I export two users I get this result below on a spreadsheet software like Libreoffice Calc and the data on “List Membership” are on a new line.
id First Name Ranking List Membership
1 Alex Medium
test;
2 Clare High
No Lists
If I export the subscribers with more attributes I get even more new lines. However If I export subscribers without custom attributes the export function on phplist is working perfectly and I get 1 line for each subscriber.
I also tried the set the value of the function below from ‘0’ to ‘1’ to get a ‘,’ separator instead of the ‘TAB’ but the result is the same.
define('EXPORT_EXCEL', 0);
Anyone know how to fix this?