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
Implement property accessors on x12 transactional models to simplify record streaming and iteration by unwinding the arbitrarily complex ASC X12 Hierarchical Levels. The properties will alleviate the complexity of fetching segments and fields with nested "for" loops
It may be preferable to unwind the hierarchy and return something like
The properties should utilize generator/yield semantics to support large data sets. Ideally the implementation should be general enough that it can be shared or plugged into each transaction set.
The text was updated successfully, but these errors were encountered:
dixonwhitmire
changed the title
Implement New Property Accessors
Implement Generator Based Property Accessors
Oct 27, 2021
Implement property accessors on x12 transactional models to simplify record streaming and iteration by unwinding the arbitrarily complex ASC X12 Hierarchical Levels. The properties will alleviate the complexity of fetching segments and fields with nested "for" loops
It may be preferable to unwind the hierarchy and return something like
The properties should utilize generator/yield semantics to support large data sets. Ideally the implementation should be general enough that it can be shared or plugged into each transaction set.
The text was updated successfully, but these errors were encountered: