simonw / csvs-to-sqlite

Convert CSV files into a SQLite database
Apache License 2.0
879 stars 69 forks source link

Add command line flag to skip existing table #75

Closed chrismp closed 1 year ago

chrismp commented 3 years ago

This command line flag skips the creation of a table if it already exists

chrismp commented 1 year ago

It would be better to pull this other fork: https://github.com/simonw/csvs-to-sqlite/pull/85