You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: