alexpartsch
Results
1
issues of
alexpartsch
I'm trying to use `CsvMapper` to parse a [Java 16 Record](https://docs.oracle.com/en/java/javase/16/docs/specs/records-jvms.html) out of a CSV file. While testing it I've encountered some strange behaviour: It seems `CsvMapper.schemaFor(AnyRecord.class).withHeader()` always returns a...
csv
2.15