You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/01/11 06:24:58 UTC

[jira] [Commented] (CSV-206) Allow to use multiple-characters delimiter to separate column as withColumnSeparator: withDelimiter

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

Gary Gregory commented on CSV-206:
----------------------------------

A row would like this:

{noformat}
FirstName[|]LastName[|]Address
John[|]Smith[|]123 Main St.
{noformat}

?

> Allow to use multiple-characters delimiter to separate column as withColumnSeparator: withDelimiter
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CSV-206
>                 URL: https://issues.apache.org/jira/browse/CSV-206
>             Project: Commons CSV
>          Issue Type: Improvement
>            Reporter: jefferyyuan
>              Labels: commons, commons-csv, csv, csvparser
>
> It's not uncommon that we use multiple-characters delimiter to separate columns in CVS: such as: [|]
> Sometimes, we have no choice as third-party defines the csv format like that.
> It would be great if apache commons.csv supports this function.
> I did some google search: seems there is no java library that supports use multiple-characters as the column separator.
> But the C# CsvHelper does
> https://github.com/JoshClose/CsvHelper



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