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

Incorrect JsonParseException Message for missing separator char #166

Closed
gimiz opened this issue Nov 27, 2019 · 1 comment
Closed

Incorrect JsonParseException Message for missing separator char #166

gimiz opened this issue Nov 27, 2019 · 1 comment
Labels
Milestone

Comments

@gimiz
Copy link

gimiz commented Nov 27, 2019

com.fasterxml.jackson.core.JsonParseException: Unexpected character ('a' (code 97)): Expected separator ('"' (code 34)) or end-of-line
says "separator" but shows quoteChar

CsvDecoder.java
code line 825:
"Expected separator (%s) or end-of-line", _getCharDesc(_quoteChar)));

@cowtowncoder cowtowncoder changed the title Incorrect JsonParseException Message Incorrect JsonParseException Message for missing separator char Nov 27, 2019
@cowtowncoder
Copy link
Member

Yes, this is wrong. I will change to display expected separator character which is being matched.

Thank you for reporting the issue!

@cowtowncoder cowtowncoder added this to the 2.10.2 milestone Nov 27, 2019
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