When processing CSV files, I'd like to get access to the underlying data when an exception is thrown. Something like public Row BeanReaderImpl.getLastRow() would be great. Right now I am forced to basically re-implement the BeanReaderImpl class and drive the RowReaderImpl and mappers myself.
Right now I only see this information available in the Exception. Am I missing a feature?
Howdy. Thanks again for the library.
When processing CSV files, I'd like to get access to the underlying data when an exception is thrown. Something like public Row BeanReaderImpl.getLastRow() would be great. Right now I am forced to basically re-implement the BeanReaderImpl class and drive the RowReaderImpl and mappers myself.
Right now I only see this information available in the Exception. Am I missing a feature?
Thanks.