in reply to Re^2: Loading bulk data into SQLite
in thread Loading bulk data into SQLite

hangon,
Still had to process the file through Perl to get it into a suitable format

I forgot to mention that the .mode command can switch to various different formats such as tabs a la

.mode tabs; .import <file> <table>;

Cheers - L~R