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

Parser is not configurable in regard to lineTerminator despite the types saying so #97

Open
jedesah opened this issue Jan 19, 2017 · 0 comments

Comments

@jedesah
Copy link

jedesah commented Jan 19, 2017

Either document or make the types reflect the fact that the parser does not support customizing the Format as far as lineTerminator is concerned.

Perhaps a ReadFormat which has all the fields of Format except for lineTerminator. It's misguiding that CVSFormat takes a lineTerminator field yet, that field is completely ignored by the parser.

Alternatively, make the parser customizable in regards to lineTerminator.

@jedesah jedesah changed the title Parser does not support arbitrary Format Parser is not configurable in regard to lineTerminator despite the types saying so Jan 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant