It would be nice to be able to validate that all expected columns are present in the CSV.
ignorePropertyNotFound fulfills my desire to allow the CSV to contain additional unspecified columns. However, there is no MapperBuilderErrorHandler method called if a defined column is actually missing from the CSV.
I've tried adding all required headers using CsvMapperFactory.addKeys.
It would be nice to be able to validate that all expected columns are present in the CSV.
ignorePropertyNotFoundfulfills my desire to allow the CSV to contain additional unspecified columns. However, there is no MapperBuilderErrorHandler method called if a defined column is actually missing from the CSV.I've tried adding all required headers using
CsvMapperFactory.addKeys.