Hi all,
I have found a strange thing when I tried to open up the exported product.csv in notepad++ with displaying the special characters CF LR also.
Example:
"23";"0";"Product Title";"<p> </p> CR LF
where "23" is the first coloumn: product_id. For some reasons,
CR LF exist in the line and breaks the folowing coloumns of the product to the next line, which is not correct. I'm also using an Open source CSV editor called
CSVed where I noticed the coloumns shifting, and makes impossible to deal with the exported data at all.
Thanks in advance.