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

Adding error message of MalformedCSVException each case #64

Open
haginot opened this issue Jan 23, 2016 · 0 comments
Open

Adding error message of MalformedCSVException each case #64

haginot opened this issue Jan 23, 2016 · 0 comments

Comments

@haginot
Copy link

haginot commented Jan 23, 2016

Because the error message of MalformedCSVException is all the same, i don't know the cause of the error.

How about adding this kind of error message.

  • "Record ends with escape character, or the character after the escape character is not escape character or delimiter."
  • "Record ends with beginning quotes."
  • "The character after end of quotes is not delimiter or break."
  • "Record ends with quoted field."

That look like this.

CSVParser.scala

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

No branches or pull requests

2 participants