[
https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14015666#comment-14015666
]
Gary Gregory commented on CSV-119:
----------------------------------
Thank you for the suggestion.
Feel free to submit patches as well! ;-)
> 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)