Hi, I am having a csv file looking like
"COL1";"COL2";"COL3";"DESCRIPTION" 1;"A string";13;"This is a long description spanning multiple lines, which is a challenge for most csv readers!" 2;"Another string";42;"" (CRLF line endings) Is there a combination of settings to NeoCSVReader that will allow to read such a file? Kind regards, Markus