SQLite Forum

import mishandles table name
Login
Thanks, I guess this is a feature request rather than a bug.

I expect it is common when using import to need to import to a temporary table and then insert into another table the transformed rows of the temporary table.

The schema of the imported file may not be fully known and it would be nice to be able to rely on the file header rather than pre-creating a temporary table to import into.