We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Decoder that has repeating groups with variable data does not shift the limit by the length of the data when appending to string builder.
This causes the next row to start at the "length" field.
The text was updated successfully, but these errors were encountered:
The append method only prints the length of the variable data but does not shift the limit as it is done in getXxxxx() method.
Xxxxx is a name of the variable data field.
Sorry, something went wrong.
Can you provide an example and can you confirm the language used?
Hi Martin, The language is java.
The test is here
My fix is here
Thanks, Anton
[Java] Advance buffer in toString() operation for var data. Issue #542.
3222a93
Thanks. I was just pushing a fix as this arrived ;-)
No branches or pull requests
Decoder that has repeating groups with variable data does not shift the limit by the length of the data when appending to string builder.
This causes the next row to start at the "length" field.
The text was updated successfully, but these errors were encountered: