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

Decoder.append(stringbuilder) to shift limit by the size of variable data #542

Closed
anton-anufriev opened this issue Feb 27, 2018 · 4 comments

Comments

@anton-anufriev
Copy link

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.

@anton-anufriev
Copy link
Author

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.

@mjpt777
Copy link
Contributor

mjpt777 commented Feb 27, 2018

Can you provide an example and can you confirm the language used?

@anton-anufriev
Copy link
Author

Hi Martin,
The language is java.

The test is here

My fix is here

Thanks,
Anton

@mjpt777
Copy link
Contributor

mjpt777 commented Feb 27, 2018

Thanks. I was just pushing a fix as this arrived ;-)

@mjpt777 mjpt777 closed this as completed Feb 27, 2018
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

2 participants