Sample Projects

The sample projects listed below demonstrate the usage of the EDI SDK components in a simple, straightforward way. By default, the sample projects are installed in the demos subfolder of the installation directory.
Sample ProjectDescription
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.

NOTE: These projects are mostly simple demos and by no means complete applications. They are intended to illustrate the usage of the EDI SDK components in a simple, straightforward way. What we are hoping to demonstrate is how simple it is to program with our tools. If you want to know more about them, or if you have questions, please visit www.nsoftware.com or email to support@nsoftware.com.