CSV Export broke on multiline fields
CSV Export broke on multiline fields
Hi,
i've a problem for csv export and multiline fields
As you surely know csv format need one line for each element, but when you generate it it seems that you forgot to encode n, this way i get a CSV file with lines broken
Better to add an example
Wrong format:
"row1 col1","text for col 2 all in one line","starting text of col 3
line 2 of col3","col4"
"row2 col1","col2","col3","col4"
Parsing this file give me 3 rows when it should be 2
thanks
Edit: i found a 2 months old thread with my same problem and a suggested solution, but the file you point to is no more the same and it seems to don't contain the code for the csv export, i just need to know where you moved that function
i've a problem for csv export and multiline fields
As you surely know csv format need one line for each element, but when you generate it it seems that you forgot to encode n, this way i get a CSV file with lines broken
Better to add an example
Wrong format:
"row1 col1","text for col 2 all in one line","starting text of col 3
line 2 of col3","col4"
"row2 col1","col2","col3","col4"
Parsing this file give me 3 rows when it should be 2
thanks
Edit: i found a 2 months old thread with my same problem and a suggested solution, but the file you point to is no more the same and it seems to don't contain the code for the csv export, i just need to know where you moved that function
Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.