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

Problem after update to 2.8.0 #309

Closed
glascaleia opened this issue Feb 4, 2019 · 3 comments
Closed

Problem after update to 2.8.0 #309

glascaleia opened this issue Feb 4, 2019 · 3 comments
Assignees
Labels
Milestone

Comments

@glascaleia
Copy link

After updating to 2.8.0 version i have problem in my code.
I think that depends on the fact that in the class ParserOutput when you call reset in the method will must added this
final void reset() {
this.columnsToExtractInitialized = false;
this.currentRecord = 0;
this.column = 0;
this.headers = null;
this.headerStrings = null;
}
Regards Giuseppe

@jbax
Copy link
Member

jbax commented Feb 4, 2019

Can you please provide a snippet of code that highlights the issue you found?

@glascaleia
Copy link
Author

I have created a simple test.
I attach the test here and the files to parse.
Regards Giuseppe

SimpleTest.zip

@jbax jbax self-assigned this Feb 6, 2019
@jbax jbax added the bug label Feb 6, 2019
@jbax jbax added this to the 2.8.1 milestone Feb 6, 2019
@jbax
Copy link
Member

jbax commented Feb 6, 2019

Thank you for reporting this bug. I've fixed it and released a 2.8.1-SNAPSHOT build and will release the final version today as that's a pretty bad regression.

Thank you for using our parsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants