Skip to content

stuckyb/csv2sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Script to load CSV into an SQLite database (with type guessing!).

Note if you are looking for something more powerful (but also a bit more complex) check out:

Usage

Grab the script and download to your local machine. Then do:

csv2sqlite.py {csv-file-path} {sqlite-db-path} [{table-name}]
  • table-name is optional and defaults to 'data'

About

Python script to load CSV to SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%