Hello,
I export items with FC (see attachment).
I have the same bug than Chabi01 for some reason, with only few lines.
Try to import the document in Excel, Access or Open office calc, and you see that many lines are broken (4 lines exactly).
It was caused by the Description core field.
If we disable it to the export, all is working good.
If I change the order of Description core field in administration, it seems the result of csv file is different : the broken lines aren't the same.
For now, I can correct this bug with few search and replace with Notepad++ (extend mode) :
\r\r" => replaced by => "
\r\r, => replaced by => ",
,,<p> => replaced by => ,,"<p>
So, maybe it will be nice if we can choose the delimiter of field and item. (%%, ^^, &&, °°, and all that we want.
Unless that this bug with description field may be corrected.
Thank in advance for your answer.