in reply to Re^2: SQLite function .import not working
in thread SQLite function .import not working

By the way, you can avoid escaping double-quotes by using the qq operator, as follows:
system qq{sqlite3 databasename ".import filename tablename"};