Month: April 2021
-
Converting generic OopFactory.X12 structures to typed counterparts
OopFactory.X12 can parse EDI messages into segments and loops. However despite typed segments and loops exist, the parser does not generate them in the object model. The unit test only use them when generating EDI messages. The typed segments and loops are aggregative objects that do not contain their own data members besides the contained…