On 5/21/19, Faheem Mitha <fah...@faheem.info> wrote:
> The ".import" command does not parse CSV correctly.
> somestuff, "some,stuff"

This is not valid CSV.  There is an extra space character after the
comma and before the double-quote.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to