-
Notifications
You must be signed in to change notification settings - Fork 34
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
copy_field
of array/repeated field into newly created array of objects/repeated object with $first
/$last
creates wrong multiple output
#602
Labels
Comments
I tested it with and without the underscore in the name, this seems not to be the problem. |
copy_field
of array/repeated field into array with $first/$last creates worng outputcopy_field
of array/repeated field into array with $first/$last creates wrong multiple output
Revisit after metafacture/metafacture-fix#102 and metafacture/metafacture-fix#160. |
The problem seems to result from the created array not the input arrays. |
copy_field
of array/repeated field into array with $first/$last creates wrong multiple outputcopy_field
of array/repeated field into newly created array of objects/repeated object with $first/$last creates wrong multiple output
TobiasNx
referenced
this issue
in metafacture/metafacture-fix
Mar 1, 2022
Add integration test for #132
copy_field
of array/repeated field into newly created array of objects/repeated object with $first/$last creates wrong multiple outputcopy_field
of array/repeated field into newly created array of objects/repeated object with $first
/$last
creates wrong multiple output
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spotted while testing metafacture/metafacture-fix#106: https://github.com/TobiasNx/fix-FunctionalReview-Testing/blob/dfcf4fac13e4deab0606a9131ea846175170cfbc/data/testing/repeatedFieldsArrayToXML
Perhaps this is also a problem for
add_field
andmove_field
.Should be dealt with after: metafacture/metafacture-fix#102
expected:
The text was updated successfully, but these errors were encountered: