Sept. 21, 2014
7:57 p.m.
On 2014-09-21 20:52, Sven Van Caekenberghe wrote:
Hi Markus,
NeoCSVReader is not like most CSV readers
(NeoCSVReader on: '"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;""' readStream) separator: $; ; upToEnd.
Awesome. I must have been sleeping when I did my first test. Next question - if I might: is there a quick way to read the header and get the records read into dictionaries? Regards, Markus