Example:
.mode tabs
.import data.tsv my-table
If the TSV file contains a header row, SQLite will create the table.
https://stackoverflow.com/questions/26065872/how-to-import-a-tsv-file-with-sqlite3
Example:
.mode tabs
.import data.tsv my-table
If the TSV file contains a header row, SQLite will create the table.
https://stackoverflow.com/questions/26065872/how-to-import-a-tsv-file-with-sqlite3