Intro to EDI/X12/edifact
July 7, 2009 2:54 PM
Subscribe
EDI Programing. I need some help, getting stated in programing EDI/x12/EDIFACT/ect... I looking for good internet how to sources, books I may be-able to find at my local library, and information where I can find "free" edi tables [sources]. I'm also looking to wring my code in VB.net - will that be a problem or should I stick with C[x]
- Thanks
posted by comasight to computers & internet (3 comments total)
1 user marked this as a favorite
Your local library should be able to get you a copy of the ANSI standards (a $850 value, at least!) as a reference book... you'll also need to look at the specific APIs that your EDI user provides, because those will be implementation-specific. At least in the case of ERCOT, the messages are provided free, but the container part of the messaging wasn't provided, so you needed the ANSI spec in order to implement it.
It was a couple of years ago, and I didn't do much research, but I never found an open-source library for talking X12.
Can't help you on the choice of language... in theory they'll both do it, as they can both emit text. I'm not a Microsoft coder though, so I can't tell you which is better. Probably the one you already know ;)
posted by lowlife at 4:10 PM on July 7