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
When the support for nested variable OCCURS was introduced in #239 the changes were made only in variable record reader. So when the hierarchical reader is used to reconstruct hierarchical records from multiple segments, nested OCCURS won't be read properly.
To Reproduce
Try to load hierarchical data with records having nested OCCURS.
Expected behaviour
Nested OCCURS should work with hierarchical data as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
When the support for nested variable OCCURS was introduced in #239 the changes were made only in variable record reader. So when the hierarchical reader is used to reconstruct hierarchical records from multiple segments, nested OCCURS won't be read properly.
To Reproduce
Try to load hierarchical data with records having nested OCCURS.
Expected behaviour
Nested OCCURS should work with hierarchical data as well.
The text was updated successfully, but these errors were encountered: