Sample Projects
| Sample Project | Description |
| EDIFACT Parser | Parses EDIFACT documents using the EDIFACTReader component and demonstrates how the component can be used to inspect segments, elements, and components. |
| EDIFACT Translator | This demo shows how to translate EDIFACT documents to XML and back using the EDIFACTTranslator component as well as dynamically loading EDIFACT XML schemas. |
| EDIFACT Writer | Illustrates creating EDIFACT documents with the EDIFACTWriter component and validating them using the EDIFACTValidator component. |
| X12 Parser | Parses X12 documents using the X12Reader component and demonstrates how the component can be used to inspect segments, elements, and components. |
| X12 Translator | This demo shows how to translate X12 documents to XML and back using the X12Translator component as well as dynamically loading X12 XML schemas. |
| X12 Writer | Illustrates creating X12 documents with the X12Writer component and validating them using the X12Validator component. |
| EDIFACT EDI Object Writer | Uses generated EDI Object classes to build and output EDIFACT documents. |
| EDIFACT EDI Objects Reader | Demonstrates how EDI Objects for EDIFACT can be integrated into projects to parse and extract information in an EDIFACT Document. |
| EDIFACT Parser | Parses EDIFACT documents using the EDIFACTReader component and demonstrates how the component can be used to inspect segments, elements, and components. |
| EDIFACT Translator | This demo shows how to translate EDIFACT documents to XML and back using the EDIFACTTranslator component as well as dynamically loading EDIFACT XML schemas. |
| EDIFACT Writer | Illustrates creating EDIFACT documents with the EDIFACTWriter component and validating them using the EDIFACTValidator component. |
| X12 EDI Object Reader | Demonstrates how EDI Objects for X12 can be integrated into projects to parse and extract information in an X12 Document. |
| X12 EDI Object Writer | Uses generated EDI Object classes to build and output X12 documents. |
| X12 Parser | Parses X12 documents using the X12Reader component and demonstrates how the component can be used to inspect segments, elements, and components. |
| X12 Translator | This demo shows how to translate X12 documents to XML and back using the X12Translator component as well as dynamically loading X12 XML schemas. |
| X12 Writer | Illustrates creating X12 documents with the X12Writer component and validating them using the X12Validator component. |