Sergei Lebedev created CSV-119:
----------------------------------

             Summary: CSVFormat is missing '#print'
                 Key: CSV-119
                 URL: https://issues.apache.org/jira/browse/CSV-119
             Project: Commons CSV
          Issue Type: Wish
            Reporter: Sergei Lebedev
            Priority: Minor


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