Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

open source .NET libraries available for writing ANSI 837 files in EDI? [closed]

Tags:

.net

edi

We have data stored in a database and we need to create an ANSI 837 file from this data. Are there any open source frameworks available to do this in .NET?

like image 284
Sridhar Reddy Bommireddy Avatar asked Jan 26 '11 07:01

Sridhar Reddy Bommireddy


3 Answers

  • OopFactory X12 parser is an open source C# implementation of an X12 parser.
  • EDI notepad (free version) may also help with this.
like image 104
YuMei Avatar answered Nov 15 '22 03:11

YuMei


Why not use a standard mapper instead of trying to code that beast? There's a lot of minefields there (ISA/GS enveloping, control numbers, HL segments, segment looping) that EDI translators already have built-in dictionaries to use.

While not open source, there is a company out there who provides programming tools that might help your cause: http://www.edidev.com/ (more specifically: http://www.edidev.com/edidev_hipaa_support.htm).

like image 1
Andrew Avatar answered Nov 15 '22 03:11

Andrew


http://chiapas.sourceforge.net

It can be executed from the command line or integrated as a C# component. It has a 76 page PDF manual which goes over many of the features, check it out.

like image 1
Richard Temps Avatar answered Nov 15 '22 03:11

Richard Temps