[EMAIL PROTECTED] wrote:
I get a message that 13 fields were expected but only one found.  The
file I am importing is comma delimited text with one line per record. I could find no documentation on format expectations of the .import command.

I believe it expects TABs by default, but you can change it with

.separator ,

I would appreciate help on this particular problem and also a URL for
any documentation of the sqlite3.exe program.

There's a built-in help accessible with ".help" command. Not very extensive, but usually sufficient.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to