Import CSV multiple line per field

hi,

i was importing data from CSV file.
one of the column was an extra field i make and it have multiple lines in it.
to find out how to prepare the data for import, i decided to do a product up and export it
turn out there are character “\n” between string in multi line field

but

when i tried to emulate the data, the import will be a success with the field displaying “data\ndata”
instead of

“data
data”

anyone have an insight for this?

thanks

Hey

you reach here some limits with CSV format
in fact if you cannot change line feed with “\n”, you can try excel format

Good continuation

Hi, Pcbleu

thanks for the information,
i did tried a couple of method to no avail
i think you are right, its just a limitation i need to face.

thank you again