https://github.com/sonofra/jackson-csv-empty-bug
https://github.com/sonofra/jackson-csv-empty-bug
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonofra/jackson-csv-empty-bug
- Owner: sonOfRa
- Created: 2020-09-09T07:42:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T07:50:56.000Z (over 4 years ago)
- Last Synced: 2025-01-22T11:39:25.074Z (4 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jackson CSV Bug with empty files
When a schema is configured with a header, and the reader is configured to fail on missing columns,
a header that does not match the type we want to match to, results in an empty list, rather than an exception
being thrown