Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Today, my question is about a CSV input file where some cells may contain some "newline" characters, that is for instance :
Col1 | Col2 |
-----------------------
0001 | blabla. |
-----------------------
0002 | blabla:
| blabla, blabla.|
-----------------------
0003 | etc |
Separator would be here |.
So far, I've not been able to deal with these splitted lines under TOS DI. While LO Calc opens and shows them properly, tInputFileDelimited considers 2 differents input lines for the input line where Col1 is 0002, which is not what's expected...
The tFileInputDelimited line separator is set to \n.
What should I configure to keep these cells unsplitted ?