Larry Siden <lsi...@...> writes:

> 
> What is the format of the file?  I cannot find it documented anywhere.

It is a csv file with the same fields in the same order as your table has.

You can set the separator of the csv this way

.separator \t

(\t == tab, default is |)

Oliver



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

Reply via email to