Skip to content

Releases: htmfilho/csvsource

Default Behaviors Changed By Command Line Arguments

16 May 13:17
Compare
Choose a tag to compare

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

30 Jan 21:42
Compare
Choose a tag to compare

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.