Archive for the ‘Delimiters’ Category
What is a flat file?
Files are called “Flat Files” when they contain a single data structure. Generally this structure is the column and row structure like a spreadsheet or table, but a file in binary or encrypted with a single encryption key could also be called a flat file. Files that are not flat; marked up files like XML or HTML, EDI files, other formats like HL7 or SEF files and others. Here I am going to briefly discuss two flat file types; Delimited Files, and Fixed Width Files. (more…)
Tuesday, September 14th, 2010
b2b, Data, Delimiters, File, Mapping No Comments
What are Delimiters
In short, delimiters are characters that separate the elements of data so that one piece of data can be distinguished from another. EDI files don’t have externally set delimiters. This means in a pure sense, that an EDI parser may not know what the delimiters will be until it has begun to parse the file. This may sound chaotic for someone familiar with strict delimited files. But we need to remember that in and EDI file, the first segment is fixed position. This is how EDI addresses the problem. (more…)
Tuesday, August 17th, 2010
Delimiters, EDI 4 Comments
Beyond just compliance with the EDI standards, good form is using good practices in planing the format of your EDI. Below are a set of rules or guidelines that will help you create EDI in good form. Good form helps others to received your EDI and process it without encountering common exceptions.
Eliminate trailing delimiters.
When EDI was first created, modems were much slower, and high speed internet and Wi-Fi didn’t exist. Moving large, verbose files over a network took time, and e-commerce solutions charged by the kilo-character. This means that having unneeded characters cost money. (more…)
Tuesday, August 10th, 2010
b2b, Delimiters, EDI, Segments 3 Comments
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
b2b, Delimiters, EDI, EDI Primer, Elements, Envelope, GS, ISA, Segments, ST No Comments