Releases: htmfilho/csvsource
Releases · htmfilho/csvsource
Default Behaviors Changed By Command Line Arguments
Added support to 12 command line arguments to customize all default behaviours and add a few extra features. All arguments are documented and ready to use.
Minimal Viable Product
In this is the very first release of Roma:
- the name of the CSV file is used as the name of the table in the insert statement.
- the first line is skipped because it contains the headers that describe the data.
- the headers in the first line are used as columns of the table.
- the column separator is comma.
- each line in the CSV turns into an insert statement.
- if the value contains at least one alphanumeric character then it is quoted.
- if the value contains a valid number then it is not quoted.