https://github.com/stpettersens/ccsv2sql
Utility to convert a CSV file to a SQL dump.
https://github.com/stpettersens/ccsv2sql
Last synced: 2 days ago
JSON representation
Utility to convert a CSV file to a SQL dump.
- Host: GitHub
- URL: https://github.com/stpettersens/ccsv2sql
- Owner: stpettersens
- License: other
- Created: 2015-04-17T23:12:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T17:08:38.000Z (about 10 years ago)
- Last Synced: 2025-01-14T10:56:33.768Z (6 months ago)
- Language: Python
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# ccsv2sql
[](https://travis-ci.org/stpettersens/ccsv2sql)
[](https://ci.appveyor.com/project/stpettersens/ccsv2sql)Utility to convert a CSV file to a SQL dump.
Usage: `ccsv2sql-f data.csv -o data.sql`
Tested with:
* Python 2.7.9, PyPy 2.5.1 and IronPython 2.7.5 (works).
* Jython 2.5.3 (use Jython tweaked version):
* `jython ccsv2sql.jy.py -f data.csv -o data.sql`