#19840
Stefan
Participant

First: what are “Embedded Newlines in CSV”?

I found some answer there:

http://en.wikipedia.org/wiki/Comma-separated_values
(Fields with embedded line breaks must be quoted)

and there:
http://stackoverflow.com/questions/14396605/read-csv-file-with-embedded-newlines

“2030”;”NH Amersfoort”;”Stationsstraat 75″;”3811 MH AMERSFOORT”;”www.some-hotels.tld”;”Info line 1
Info line 2
Info line 3
Info line 4″

– – –

Now I have test this new feature:

– Paste in the “example of the original data” from http://stackoverflow.com/questions/14396605/read-csv-file-with-embedded-newlines
– In EmEditor use User-defined separated = ;
– Lines are joined and the “MJ ” are there
– Switch to “Normal Mode” >>> only the first line is restored to multi-lines.

– – –

Another test example:

ID;Name Ver.;Lang
10;”Acrobat Vollversion
5.05″;German
102;”Acrobat Elements
“;German
2380;”Active Sync
3.7”;German

– UDS = ;
– Lines are joined and the “MJ ” are there
– Switch to “Normal Mode” >>> only the first lineS are restored to multi-lines.

– – –

Tested with emed32_14.8.901_portable.zip – and with functions found on tool bar only.

HTH?