Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The API of CSVFormat is currently asymmetric: it has a shortcut method for creating a CSVParser from a format, but there's not such method for a CSVPrinter.
What I'd like is the following:
CSVPrinter printer = CSVFormat.TDF.print(writer);