Questions tagged [edi]

Electronic Data Interchange is the transmission of structured data directly from one computer system of one organization to the computer system of another organization.

Overview

EDI is defined by the National Institute of Standards and Technology as "the computer-to-computer interchange of strictly formatted messages that represent documents other than monetary instruments. EDI implies a sequence of messages between two parties, either of whom may serve as originator or recipient. The formatted data representing the documents may be transmitted from originator to recipient via telecommunications or physically transported on electronic storage media."

Standards

Currently there are four major sets of EDI standards:

468 questions
33
votes
4 answers

How to understand an EDI file?

I've seen XML before, but I've never seen anything like EDI. How do I read this file and get the data that I need? I see things like ~, REF, N1, N2, N4 but have no idea what any of this stuff means. I am looking for Examples and…
vas
  • 2,008
  • 8
  • 38
  • 59
25
votes
1 answer

EDI file generation using SMOOKS

How can I convert XML file to EDI file using SMOOKS? I am able to convert EDI to XML, in fact this is part of examples provided by SMOOKS.
Shirish Bathe
  • 597
  • 8
  • 18
24
votes
5 answers

Best way to convert XML to X12 and X12 to XML

Looking for a tool/library to convert XML to X12 (270 - medical eligibility request) and then to convert the X12 response (271 - eligibility response) back to XML. This will be embedded in a server application (will consider any target language). …
jdigital
  • 11,358
  • 4
  • 28
  • 50
22
votes
5 answers

How do I parse EDIFACT in Java?

Parsing EDIFACT can be a daunting undertaking. How can I correctly create the syntactically and semantically correct tree from an EDIFACT file?
Johannes Brodwall
  • 6,977
  • 5
  • 29
  • 27
18
votes
5 answers

X12 syntax highlighting for Notepad++?

I work with a few different X12 standard EDI transactions (270/271, 276/277.) I thought I'd check to see if anyone knew of an existing syntax highlighting profile for these for Notepad++ before I start to work on my own.
John Straka
  • 1,754
  • 5
  • 27
  • 49
18
votes
7 answers

PHP library for creating/manipulating fixed-width text files

We have a web application that does time-tracking, payroll, and HR. As a result, we have to write a lot of fixed-width data files for export into other systems (state tax filings, ACH files, etc). Does anyone know of a good library for this where…
Bryan Agee
  • 4,426
  • 3
  • 24
  • 39
18
votes
18 answers

Why is EDI still used, and how to deal with it?

Why is this archaic format still used in the face of easier-to-use technologies? Does it provide some benefit that I'm not seeing? It seems that a large amount of vendors still provide data only in this format, instead of something more manageable…
Wayne Molina
  • 17,811
  • 24
  • 93
  • 156
18
votes
5 answers

EDI Flat File parsing with C#?

Initially I was thinking to use SSIS to parse an EDI file, however I've seen a few manual EDI parsers (field mapping), and would like to use automate this functionality in C#. Example EDI File:
ElHaix
  • 12,261
  • 24
  • 106
  • 193
18
votes
1 answer

how to transfer a file through SFTP in java?

How to transfer a file through SFTP in java? I want sample code for SFTP client. I want to embed the SFTP server in my application and the client should able to send a file to my application. PS: This was asked for SFTP client. And This question is…
16
votes
6 answers

EDI Format

I've read XML or CSV before, but I've never seen anything like EDI. How do I read this file and get the data that I need? I see things like ~, REF, N1, N2, N4 but have no idea what any of this stuff means. I've seen somethings about x12 but don't…
Miles
  • 5,164
  • 17
  • 57
  • 84
14
votes
8 answers

Writing/parsing a fixed width file using Python

I'm a newbie to Python and I'm looking at using it to write some hairy EDI stuff that our supplier requires. Basically they need an 80-character fixed width text file, with certain "chunks" of the field with data and others left blank. I have the…
Wayne Molina
  • 17,811
  • 24
  • 93
  • 156
13
votes
3 answers

Reading EDI Formatted Files

I'm new to EDI, and I have a question. I have read that you can get most of what you need about an EDI format by looking at the last 3 characters of the ISA line. This is fine if every EDI used line breaks to separate entities, but I have found that…
Brandon
  • 7,973
  • 2
  • 18
  • 15
10
votes
4 answers

EDI ISA and GS ID Generation

My question may sound very novice.I am new to EDI format as have to work on it for first time. We are applying YRC Trading partner profile to get EDI data. They are asking for ISA receiver ID and qualifier Prod ID and Qualifier GS Test ID GS Prod…
user177913
  • 365
  • 2
  • 7
  • 19
9
votes
5 answers

Java library for Java to EDI conversion

I am looking for a Java library that does Java to EDI conversion - more specifically an EDI 835 format used in Healthcare. Although a lot of libraries promise Java to EDI conversion, there is no documentation or code samples available for the same…
kailash
  • 101
  • 1
  • 1
  • 4
8
votes
2 answers

EDI X12 Documents - Documentation

Where can I find documentation on the X12 documents along with samples. I am interested in 810 and 812, but would also like to bookmark information on the additional documents. Is there a good book out there which covers these documents? Thanks
Saif Khan
  • 17,334
  • 28
  • 97
  • 144
1
2 3
31 32