simonw / csvs-to-sqlite

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

option to lower case column names, replace space with underscore, and remove reservered character from column names #86

Open fgregg opened 2 years ago

fgregg commented 2 years ago

it's generally easier to if the column names of a sqlite table are lower case, have no spaces, and have no reserved characters. It would be nice if there was an option in this tool to make transform the columns names thus.