Skip to content

poiswe/ediFabric

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One reference to bring them in, One line to parse them,
One framework to find them all and in object bind them.

ediFabric is a better way to:

  • Parse and validate EDI documents to .NET objects or XML and vice verse. All you need to start with is a project reference and a line of code.

  • Manage or extend EDI formats. We offer classes and XSD for most of the X12, EDIFACT and HIPAA versions or you can handcraft your own.

  • Deliver value by alleviating the obscurity of EDI. This way you can carry on with your other tasks and do what you do best.

ediFabric is as simple as a single .NET assembly with ~1000 lines of code. It uses C# classes to define every EDI transaction set. For example EDIFACT INVOIC will have a class named INVOIC.cs.

These classes are used as parsing grammar by the framework. In order to be able to parse a transaction set, the corresponding class must be included.

A guide on how to handcraft a transaction set class can be downloaded from here www.edifabric.com.

You can purchase translation packages here:

X12 http://edifabric.com/classes/x12/

EDIFACT http://edifabric.com/classes/edifact/

HIPAA http://edifabric.com/classes/hipaa/

This project has migrated from CodePlex, for old discussions and issues please go to http://edifabric.codeplex.com/

About

The ultimate EDI (EDIFACT, X12, HIPAA) parser for .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%