Open
Description
Unfortunately, univocity-parsers is no longer maintained. While there's is a fork, it's future is unclear.
FastCSV has seen a lot of activity in recent months so we should evaluate if we use it as a replacement. There might be subtle differences how edge cases are handled but we should have good coverage for those in our test suite.
Deliverables
- Implement
@CsvSource
and@CsvFileSource
using FastCSV instead of univocity-parsers