[
https://issues.apache.org/jira/browse/CSV-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796641#comment-13796641
]
Emmanuel Bourg commented on CSV-101:
------------------------------------
I'm not sure that fits better in commons-csv. I have never seen a csv file with
an escape pattern instead of a simple delimiter for example.
> String split with an escape pattern
> -----------------------------------
>
> Key: CSV-101
> URL: https://issues.apache.org/jira/browse/CSV-101
> Project: Commons CSV
> Issue Type: Improvement
> Components: Parser
> Reporter: Michael Knapp
> Priority: Minor
> Labels: patch, split
> Attachments: StringUtilsSplitEscapingly.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Often times there are strings which are delimited, but certain patterns can
> escape the delimiter. For example, quotes are used in CSV to escape a comma
> delimiter. I have written a couple methods for StringUtils that split
> strings while considering the possibility of an escape pattern. For example,
> when given "a,\"b,c\",c", it will produce {"a","\"b,c\"","c"}. In my code,
> the delimiter can be a string, and it can be escaped by any regular
> expression pattern. Unit tests are already written and passing.
> I plan to attach the patch for this once the ticket is created. I just need
> a committer to review the patch, approve, and commit it for me.
--
This message was sent by Atlassian JIRA
(v6.1#6144)