Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpettersens/ccsv2sql
Utility to convert a CSV file to a SQL dump.
https://github.com/stpettersens/ccsv2sql
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T17:08:38.000Z (over 9 years ago)
- Last Synced: 2023-03-11T09:27:31.031Z (almost 2 years 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
[![Build Status](https://travis-ci.org/stpettersens/ccsv2sql.svg?branch=master)](https://travis-ci.org/stpettersens/ccsv2sql)
[![Build status](https://ci.appveyor.com/api/projects/status/github/stpettersens/ccsv2sql?branch=master&svg=true)](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`