Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Thibaut Barrère
How to use no quote_char ? [ reply ]  
2010-08-13 19:54
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