Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set FieldDelimiter to tab #1

Closed
plupp-git opened this issue May 2, 2014 · 3 comments
Closed

set FieldDelimiter to tab #1

plupp-git opened this issue May 2, 2014 · 3 comments
Labels

Comments

@plupp-git
Copy link

Hi,

I liked your parser, but I have a tab separated string.. I checked CsvSettings but FieldDelimiter has a private setter, so I can't change delimiter?

@ImrePyhvel
Copy link
Collaborator

As you already guessed user should be able to create CsvSettings object to change from the default setting. Surprisingly I haven't ran into it yet myself.

So it is a bug and will be fixed.

@plupp-git
Copy link
Author

I forked the code and did changes to the CvsSettings class, and created a test for it. And the parser works great with tabs too :) Would be great to get it in the core so that we could use the NuGet version..

@ImrePyhvel
Copy link
Collaborator

Fix released with version 0.9.2. Fix also available through nuget.

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

No branches or pull requests

2 participants