[
https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary Gregory updated CSV-119:
-----------------------------
Summary: CSVFormat is missing a print(...) method (was: CSVFormat is
missing '#print')
> CSVFormat is missing a print(...) method
> ----------------------------------------
>
> Key: CSV-119
> URL: https://issues.apache.org/jira/browse/CSV-119
> Project: Commons CSV
> Issue Type: Wish
> Reporter: Sergei Lebedev
> Priority: Minor
> Fix For: 1.0
>
>
> The API of CSVFormat is currently asymmetric: it
> [has|http://commons.apache.org/proper/commons-csv/apidocs/index.html] 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:
> {code:java}
> CSVPrinter printer = CSVFormat.TDF.print(writer);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)