Hi,
I have a file where data is only separated by :col_sep => ';', and not surrounded by double-quotes.
On a couple of lines, the data itself has double-quotes (non-escaped) in there.
Is there a way to disable the use of quote_char ? I tried using nil but it doesn't work.
Thanks,
-- Thibaut
|