That is a perfect case example of why CSV parsers can never be perfect. 
Unescaped delimiters in field contents should never have been allowed when they 
came up with the "standard" for CSV files. 

Bob


On May 15, 2012, at 10:51 AM, Peter Haworth wrote:

> I'll probably have to implement some sort of mechanism for reading in a
> given number of lines.  BUT..  a carriage return in the middle of a quoted
> cell will be taken by the read for x lines command to be the end of a line
> so I could end up with a partial line in my read buffer.


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to