Results 1 to 3 of 3

Thread: EDI Development

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2002
    Posts
    24

    EDI Development

    Are there any suggested reading materials or web sites to learn how to convert data to EDI formats Ansi X12 / XML etc. After a search of this forum I did see there was component available from EdiDev.com but was hoping to learn the concepts for myself.

  2. #2
    Hyperactive Member BramVandenbon's Avatar
    Join Date
    Jan 2002
    Location
    Belgium
    Posts
    502

    Re: EDI Development

    There's an opensource project on this ...

    http://sourceforge.net/projects/osedi/

    I don't know if it is any help, ... it's been in an alpha stadium for the last 3 years.
    ____________________________________________

    Please rate my messages. Thank you!
    ____________________________________________
    Bram Vandenbon
    http://www.bramvandenbon.com

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: EDI Development

    Creating EDI documents is actually quite easy. They are simply structured flat files, with headers and record markers. The trick is figuring out how to put it all together in an acceptable format. This requires weeding through a ton of documentation and being able to make any sense of it..... And a lot of that depends on the industry, companies, and even the state. I've been weeding through the NY specification for the Energy industry for almost a year now, and I'm just now getting the hang of reading the documents (which is good, because now I need to move into the Calif market.)

    As for EDI -> XML -> EDI .... we go through an EDI vendor for that - they take the file from the source and translate it through into an XML format that we can process. And they do the reverse for us going back to EDI as well.

    It was cheaper than us trying to parse the raw EDI docs ourselves.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width