NULL) the first line of the file is interpreted as the column names"--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/fcb3efb8-74d9-473b-bbee-9dae23b0e828%40googlegroups.com.
Although the csv file does containt column names, they are not respected.
If the column names are specified (a list of column names separated with the fieldSeparator), those are used, otherwise (or if they are set to NULL) the first line of the file is interpreted as the column names.