How to drill into data using Typed Documents

In this tutorial we’ll discuss how to navigate and get loops and segments from a Typed Document after it’s loaded.  Once a Typed Document is created, loops and Typed Segments can be retrieved.  Data is stored in a logical structure corresponding to the implementation guides Finding Loops    Example – Getting A Loop Typed5010Document doc = new Typed5010Document(ediValidator.EDILightWeightDocument); //Get …

How to drill into data using Typed Documents Read More »