Wrapped fields in csv

Hi,

I use DelimitedDataReader to read from csv files.

Fields are delimited by a | , and lines end with \n, so the file can be read and parsed.

But my string fields are wrapped by double-quotes : "String here " . Can I get rid of those ?

Thanks,
Franck

This is automatically done by DelimitedDataReaderNIO.

We have just released version 1.8.1 which should solve the reported problem with parsing UTF-8 encoded files.

Please, give it a try.

David.