1

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.

Waynn Lue
  • 11,344
  • 8
  • 51
  • 76
Clark Bao
  • 1,743
  • 3
  • 21
  • 39

1 Answers1

1

Unfortunately, this feature is currently not supported in the CSVWRITE function. It will be supported in the next release (support is already committed in the H2 trunk, but will have to be go though the regular test and release cycle first; this will take about one or two weeks).

Thomas Mueller
  • 48,905
  • 14
  • 116
  • 132