On 25 Sep 2009, at 6:33pm, Wilson, Ronald wrote:

> Still, the RFC does not
> address how to handle rows like this:
>
> 1234,abc"123",abc
> 1235,""123,abc

Both violate the format as defined.  Generate an error message or  
interpret them any way that suits you.

> What are you supposed to do with those?  It is not clear.  Also, are  
> you
> supposed to strip the quotes upon consuming the field?  Are you  
> supposed
> to un-escape escaped quotes?
>
> "1234" -> 1234 or "1234" ?

1234

> "15""" -> 15" or 15"" or "15""" or "15"" ?

15"

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to