You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Fredrik Kjellberg (JIRA)" <ji...@apache.org> on 2016/08/14 12:18:22 UTC

[jira] [Commented] (CSV-191) Add convenience API CSVFormat.print(Path, Charset)

    [ https://issues.apache.org/jira/browse/CSV-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420311#comment-15420311 ] 

Fredrik Kjellberg commented on CSV-191:
---------------------------------------

The corresponding convenience methods for creating a CSVParser are found on the CSVParser class itself and not on the CSVFormat class. Shouldn't the factory methods for creating a CSVPrinter be found on the CSVPrinter class? That is where I would go looking for them.

The CSVPrinter class already has a lot of methods named print so maybe the factory methods should be named something else, e.g. open or outputTo?


> Add convenience API CSVFormat.print(Path, Charset)
> --------------------------------------------------
>
>                 Key: CSV-191
>                 URL: https://issues.apache.org/jira/browse/CSV-191
>             Project: Commons CSV
>          Issue Type: New Feature
>          Components: Printer
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>             Fix For: 1.5
>
>
> Add convenience API CSVFormat.print(File, Charset).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)