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

Gary Gregory closed CSV-233.
----------------------------
       Resolution: Fixed
    Fix Version/s: 1.7

In git master.

> Add predefined CSVFormats for printing MongoDB CSV and TSV
> ----------------------------------------------------------
>
>                 Key: CSV-233
>                 URL: https://issues.apache.org/jira/browse/CSV-233
>             Project: Commons CSV
>          Issue Type: New Feature
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>            Priority: Major
>             Fix For: 1.7
>
>
> Add predefinedĀ {{CSVFormat}} constants for MongoDB CSV and TSV.
> Example export fromĀ {{mongoexport}} of the same collection of 1 in CSV:
> {noformat}
> name1,name2,name3,name4
> a,"a ""c"" b","c,d",e
> {noformat}
> And JSON for comparison of the handling of comma and double quote in values.
> {noformat}
> {"_id":{"$oid":"5bcb746f02defa3ec4758828"},"name1":"a","name2":"a \"c\" 
> b","name3":"c,d","name4":"e"}
> {noformat}
> To support parsing, we need more work internally...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to