I am migrating to h2. And I have a problem when exporting data to csv files. Due to all the csv files should be without column header. But h2 CSVWrite function will add the column header in the csv file.
Is that possible to add one csvoption to skip outputting the column header? It seems it doesn't have it now.