csvs-to-sqlite
csvs-to-sqlite copied to clipboard
option to lower case column names, replace space with underscore, and remove reservered character from column names
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.