I have made a XMLPort which import some data from CSV file which is semicolon seperated.
I works fine, until the use of double quotes in the csv file. Then it will divide it into 3 fields.
This is what it looks like in excel before save as
MS "Foo Luna" (ex Foo Sky).
The CSV file looks like this when opened in note
66848;31.08.2016;"MS ""Foo Luna"" (ex Foo Sky)";89870900594;
How do I work around this, so i can insert it so after insert is still with double quotes?
*This post is locked for comments