Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Allow to use multiple-characters delimiter to separate column: withColumnSeparator #141

Closed
jefferyyuan opened this issue Jan 11, 2017 · 1 comment

Comments

@jefferyyuan
Copy link

jefferyyuan commented Jan 11, 2017

It's common 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.

Sample data:
FirstName[|]LastName[|]Address
John[|]Smith[|]123 Main St.

#92 supports to use multiple characters as array element separator, It would be great if same can be done for withColumnSeparator.

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

Thanks.

@jefferyyuan jefferyyuan changed the title Allow to use multiple character delimiter Allow to use multiple characters as withColumnSeparator Jan 11, 2017
@jefferyyuan jefferyyuan changed the title Allow to use multiple characters as withColumnSeparator Allow to use multiple-characters delimiter to separate column: withColumnSeparator Jan 11, 2017
@cowtowncoder
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants