[ 
https://issues.apache.org/jira/browse/SANDBOX-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625987#action_12625987
 ] 

Henri Yandell commented on SANDBOX-210:
---------------------------------------

General concept of this change I'm in favour of. Not sure about the change 
though - strategy.getEscape seems like the replacement for \\, not 
getEncapsulator (bit rusty on the code). The \\ escaping is effectively removed 
- it should be replaced by something rather than removed I think. 

Tests would be much appreciated too.

> Commons CSV EXCELL_STRATEGY is reading CSV files with double quote and comma 
> properly but not writing them back the same way
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SANDBOX-210
>                 URL: https://issues.apache.org/jira/browse/SANDBOX-210
>             Project: Commons Sandbox
>          Issue Type: Bug
>          Components: CSV
>            Reporter: Ilya Egoshin
>         Attachments: CSVPrinter.java, CSVPrinter.java-patch
>
>
> original line: My line is containing ", symbols
> line in CSV file after "Save as CSV" in Excell: "My line containing "", 
> symbols"
> line is CSV file as output from CSVPrinter with EXCELL_STRATEGY: "My line 
> containing \", symbols"
> as a result when you will try to open that file in the excell you see text 
> inside two cells:
> 1 cell: My line containing \
> 2 cell: symbols
> is it again Microsoft "features", that are "improving" RFC?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to