On 21.09.2014 22:10, Sven Van Caekenberghe wrote:
> Is that quick enough ?
Orsum, thx!
Kind regards,
Markus
On 21 Sep 2014, at 21:57, Markus Fritsche wrote:
>
> 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
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
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.
=>
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