Questions tagged [x12]

ASC X12 (also known as ANSI ASC X12) is the official designation of the U.S. national standards body for the development and maintenance of Electronic Data Interchange (EDI) standards.

USA standard for EDI (Electronic Data Interchange).

Abbreviations:

  • ASC - Accredited Standards Committee
  • ANSI - American National Standards Institute

References:

160 questions
25
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,926
  • 4
  • 34
  • 51
20
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,846
  • 27
  • 115
  • 203
19
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,874
  • 5
  • 28
  • 49
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
  • 8,743
  • 2
  • 20
  • 16
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
  • 18,402
  • 29
  • 102
  • 147
8
votes
3 answers

EDI X12 Implementation with C#

Our company is selling medical supplies, we have a website that we sell our products online. We are working with suppliers, who sends products to our customers when we receive new order. Currently we are handle this manually. We receive order in our…
arunes
  • 3,464
  • 2
  • 21
  • 31
8
votes
1 answer

Is there an official XML Schema (xsd) for EDI X12 856?

I am still fairly new to EDI, and learning it on a new job. We are using BizTalk for our EDI solution, and are converting the incoming EDI file into XML. I was having problems with a file from a new vendor, and at first thought the file might be…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
8
votes
5 answers

.NET EDIFACT/X12 Framework

We need to process some EDI messages for a client and i was wondering if any of you could recommend some components (not necessarily free) that could do the task. I'm interested in a framework that can parse EDI messages into .NET structures and…
Adrian Zanescu
  • 7,907
  • 6
  • 35
  • 53
7
votes
5 answers

Is there any good X12 parser in Java?

Is there any good X12 parser in Java which can process Walmart 810 specification? EDI example: ISA*00* *00* *16*102096559TEST *14*PARTNERTEST *071214*1406*U*00040*810000263*1*T*> …
Chandana
  • 2,578
  • 8
  • 38
  • 55
6
votes
3 answers

PHP EDI X12 Parsing

I have a project to implement an EDI solution into an existing ecommerce-like website. There are only three EDI documents involved and only one company to transfer files with. They have strictly defined the X12 documents, and will be responsible for…
etriad
  • 459
  • 2
  • 6
  • 12
6
votes
3 answers

Anyone translate a X12 271 Healthcare response

I'm looking for C# code that translates a 271 health care eligibility benefit response to a more usable format so I can display certain segments and values into a datagridview. I'm looking for code that I can use to break this thing apart as it's…
Bill Martin
  • 4,825
  • 9
  • 52
  • 86
5
votes
2 answers

EDI x12 mapper for c# object data sources

Does anyone know any tool that can map EDI x12 to C# objects? I just looked at Altova MapForce but it does not seem to support this. I can't use database schema mapping for portability reasons ... and I'd rather avoid xml or flat file if I can.
Pita.O
  • 1,864
  • 1
  • 19
  • 27
5
votes
2 answers

EDI X12 version 4010 message - can non-composite elements contain sub-element separator character?

Version 4010 x12 messages support segments with composite elements (like REF04) which contain sub-elements that are separated by sub-element separators. Here is an example of a segment which uses ; [semicolon] as a segment separator, * as an element…
bartium
  • 315
  • 1
  • 5
  • 8
5
votes
2 answers

Overview of how EDI processing works

I'm new to EDI and have to implement it in a legacy system. I want to make sure I have the higher level overview correct: 1) Generate EDI file from my system for a given trading partner 2) Probably FTP it to them 3) response is ftp'd to me and I…
Richard Holland
  • 2,663
  • 2
  • 21
  • 35
4
votes
1 answer

Does anyone have a sample file in X12 or EDIFACT that contains binary data?

I'm looking for at least one sample file each in EDIFACT and X12 that show binary enclosures. The EDIFACT one should include the data wrapped in UNO/UNP segments, and the X12 one needs to use one of the binary segments BIN or BDS. Thanks for any…
lavinio
  • 23,931
  • 5
  • 55
  • 71
1
2 3
10 11