csv2sqlite icon indicating copy to clipboard operation
csv2sqlite copied to clipboard

Python script to load CSV to SQLite

Results 4 csv2sqlite issues
Sort by recently updated
recently updated
newest added

I'm experiencing an interesting issue. Basically, I have incorporated this module into a larger Python program (or more accurately, I use the "orchestrating" program to issue a command-line call to...

Hello, (Python 2.7.5) I'm trying to use the --types option : --types zzz.csv with zzz.csv containing string,real,string,string,string,string,string,string but all I get is an error which I am unable to fix...

It'd be very nice if this project was on PyPI so it could be installed via pip! I have a vendored version and in one of my projects, and I'm...

What will need to be changed to use a different delimiter like "|" instead of a "," ?