At 02:27 04/02/2008 +0100, Gilles wrote:
>Thanks for the tip, but I tried that too, with no success:

I tried both:

sqlite> .separator "\t"
sqlite> .import test.csv customer
test.csv line 1: expected 3 columns of data but found 4

sqlite> .separator '\t'
sqlite> .import test.csv customer
test.csv line 1: expected 3 columns of data but found 1

Gilles.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to