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