csvs-to-sqlite icon indicating copy to clipboard operation
csvs-to-sqlite copied to clipboard

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

Open fgregg opened this issue 2 years ago • 0 comments

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.

fgregg avatar Feb 23 '22 18:02 fgregg