Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better access to underlying raw data when reading CSV files #51

Open
j256 opened this issue Nov 21, 2014 · 1 comment
Open

Better access to underlying raw data when reading CSV files #51

j256 opened this issue Nov 21, 2014 · 1 comment

Comments

@j256
Copy link

j256 commented Nov 21, 2014

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.

@j256
Copy link
Author

j256 commented Nov 21, 2014

Oh I see. I can interrogate the exception and extract a RowReport. I think it would still be good to have a getLastRow type method accessible.

hazendaz added a commit that referenced this issue Dec 27, 2023
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant