Skip to content

Instantly share code, notes, and snippets.

@esemeniuc
Created June 3, 2023 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esemeniuc/b9791bdb5255eb75d4d17889c8c0411d to your computer and use it in GitHub Desktop.
Save esemeniuc/b9791bdb5255eb75d4d17889c8c0411d to your computer and use it in GitHub Desktop.
CSV Import to Sqlite
cat file.csv | sqlite3 demo.db ".import --csv '|cat -' mytable"; sqlite3 demo.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment