I can not figure out how to import a CSV file with multiline values in them.
label,value
1,"a
b"
2,"a"
The RapidMinder complains about that with
Value quotes not closed at position 3.
Value quote misplaced at position 2.
How do I make it handle line breaks inside the quoted values?