Skip to content

A command-line tool that copies data from CSV files into a SQLite database.

License

Notifications You must be signed in to change notification settings

pkerpedjiev-zymergen/csv-to-sqlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-to-sqlite

This is a simple script that takes CSV files as input and copies their contents into a SQLite database. . (Column names are taken from the headers (first row) in the csv file.) Intended for Python 3. (I know it did run on Py2 as some people tried, but I haven't tested it.)

Source: https://github.com/zblesk/csv-to-sqlite

PyPI: https://pypi.org/project/csv-to-sqlite/

Related blog post + how-to: http://zblesk.net/blog/csv-to-sqlite/

Installs via

pip install csv-to-sqlite

To find out more, run

csv-to-sqlite --help

About

A command-line tool that copies data from CSV files into a SQLite database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%