-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
CsvParser.Feature.ALLOW_TRAILING_COMMA
doesn't work with header columns
#204
Milestone
Comments
Sounds like a problem: thank you for reporting this. |
cowtowncoder
changed the title
CSV feature ALLOW_TRAILING_COMMA doesn't work with header columns
Jul 11, 2020
CsvParser.Feature.ALLOW_TRAILING_COMMA
doesn't work with header columns
Are there any chances this can go to 2.10 too? |
Was about to say no, due to risk, but looking at changes sure I can backport this I think. |
So, fixed for:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When reading given CSV with jackson-dataformat-csv 2.9.9
using following lines
results in
The single trailing comma should be allowed in header columns too and should not raise an exception.
The text was updated successfully, but these errors were encountered: