the separator character for items in the "headerline" property seems to be the character specified in the "separator" property.
This is inconsistent with the "columnTypes" property, which always uses a comma (",").
headerline must have the same separator as the CSV file because it is used instead of the first line of the file to define column names.
I updated the 'Driver Properties' description for headerline on the CsvJdbc web page to note that the separator character is used between column names.
Files changed:
website/www/index.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
headerline must have the same separator as the CSV file because it is used instead of the first line of the file to define column names.
I updated the 'Driver Properties' description for headerline on the CsvJdbc web page to note that the separator character is used between column names.
Files changed:
website/www/index.html