Archive for the ‘Envelope’ Category
An EDI file contains a structure known as enveloping. Everything that is necessary for the file transmission and parsing, is part of or inside of the envelope.
The first segment in and EDI file is the ISA segment. The very last segment in and EDI file is the IEA. For those of you familiar with XML, you may be thinking of this as <File> and </File>.
This approach may make EDI seem familiar, but XML was not around when EDI was being created. It is more like a Beginning Of File (BOF) and End Of File (EOF) marker. However, there is no reason in EDI not to place multiple EDI envelopes in the same file. (more…)
Tuesday, August 24th, 2010
EDI, Envelope, b2b 1 Comment
For those who may be unfamiliar with the EDI standard, and those who may have used EDI but have encountered a new, unfamiliar question.
This introduction aims at addressing the basic questions of convention and implementation of the EDI technology. I have a list of topics, and hope that over time I can cover all of them. I also hope that people reading here may have questions that I haven’t thought to write about. Please let me know what your questions are and I will see what I can do about providing answers. (more…)
Wednesday, July 7th, 2010
Delimiters, EDI, EDI Primer, Elements, Envelope, GS, ISA, ST, Segments, b2b No Comments
The 3rd layer of the EDI envelope is the ST segment. The ST segment contains a Document Identifier, and a control number. The ST and its partner the SE segment define the beginning and ending of the Document. The SE segment contains a counter of segments within the document, and the corresponding control number to the ST. Relatively simple compared to the ISA and the GS. (more…)
Tuesday, May 26th, 2009
EDI, Envelope, ST, Segments, b2b 1 Comment
What is the GS segment?
The GS segment is the second mandatory enveloping segment. It shares some properties with the ISA segment. There is a sender and receiver, version Identifier, time stamp and control number. But one thing that the GS has that the ISA does not is a Functional Identifier.
That’s right, Functional. This means that within the GS envelope are only EDI messages or documents that have the same function. (more…)
Monday, November 3rd, 2008
EDI, GS, b2b 2 Comments
What is in the ISA?
The ISA Segment is the first segment in any EDI document. Once you understand what it is saying, This long random seeming string will make sense, and be very helpful in helping you relate EDI documents to the real world task that you need to do. (more…)
Wednesday, September 24th, 2008
EDI, Envelope, ISA, b2b 1 Comment