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

Contain line number in MalformedCSVException #14

Closed
doyaaaaaken opened this issue Aug 22, 2019 · 0 comments
Closed

Contain line number in MalformedCSVException #14

doyaaaaaken opened this issue Aug 22, 2019 · 0 comments
Assignees
Labels
enhancement New feature in progress Something working on currently

Comments

@doyaaaaaken
Copy link
Collaborator

MalformedCSVException thrown in CSV parse logic doesn't contain line number.
e.g.
https://github.com/doyaaaaaken/kotlin-csv/blob/22e049823c3629050c67ed631f8baadc99b229f4/src/main/kotlin/com/github/doyaaaaaken/kotlincsv/parser/ParseStateMachine.kt#L66

It's better to inform the malformed position's line number and column number.

@doyaaaaaken doyaaaaaken added the enhancement New feature label Aug 22, 2019
@doyaaaaaken doyaaaaaken self-assigned this Sep 22, 2019
@doyaaaaaken doyaaaaaken added the in progress Something working on currently label Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature in progress Something working on currently
Projects
None yet
Development

No branches or pull requests

1 participant