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




