Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In http://markmail.org/message/hudxi2fk3wez2rjz E. Bourg suggests:
Does CSVPrinter.printRecord(ResultSet) print a header line derived from the metadata? I would add a boolean parameter to control this.
Option 1:
Is the column name or column label printed? The column label I think.
Option 2:
Add CSVPrinter.printRecord(ResultSet, boolean)
Option 3:
Reuse a CSVFormat field. Which one? skipHeaderRecord? Add a new field?
Option 4:
Print other metadata info as comments?