You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
jefferyyuan
changed the title
Allow to use multiple character delimiter
Allow to use multiple characters as withColumnSeparator
Jan 11, 2017
jefferyyuan
changed the title
Allow to use multiple characters as withColumnSeparator
Allow to use multiple-characters delimiter to separate column: withColumnSeparator
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.
The text was updated successfully, but these errors were encountered: