[ 
https://issues.apache.org/jira/browse/CSV-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Gregory resolved CSV-119.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

{noformat}
commit -m "<action issue="CSV-119" type="add" dev="ggregory" due-to="Sergei 
Lebedev">CSVFormat is missing a print(...) method</action>" 
C:/vcs/svn/apache/commons/trunks-proper/csv/src/main/java/org/apache/commons/csv/CSVFormat.java
 
C:/vcs/svn/apache/commons/trunks-proper/csv/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
 C:/vcs/svn/apache/commons/trunks-proper/csv/src/changes/changes.xml
    Sending        
C:/vcs/svn/apache/commons/trunks-proper/csv/src/changes/changes.xml
    Sending        
C:/vcs/svn/apache/commons/trunks-proper/csv/src/main/java/org/apache/commons/csv/CSVFormat.java
    Sending        
C:/vcs/svn/apache/commons/trunks-proper/csv/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
    Transmitting file data ...
    Committed revision 1599285.
{noformat}

> 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)

Reply via email to