On Wed, Aug 28, 2013 at 7:24 AM, <[email protected]> wrote: > When trying to load a data file with ,"", sequences (for empty field), > there are quote escape related errors. > Manually converting ,"", to ,, allows the file to be loaded. According to > RFC4180, the double quote is an escaped quote if found inside a string. > The leading quote should not be considered an escaped quote. The ,"", > pattern is very common for denoting empty field. >
Unable to reproduce the problem. CSV import works according to RFC4180 when I try it. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

