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
4
votes
11 answers

EDI Converter Tool 850 to 940

I need to convert an x12 850 v4010 to a x12 940 v4010. Most of the tools convert from x12 to xml then I would need to map the xml to a 940. I am hoping there is a tool that could convert from one edi document to another. EDIT FOR INFORMATION: Quick…
FortunateDuke
  • 1,153
  • 3
  • 14
  • 26
4
votes
1 answer

EDI X12 to JSON parser Python 3.5 available?

I have a few doubts - 1) How shall I use the existing EDI X12 to XML parser? I'm using Python 3.5. a) Bots, uses python 2, which shall not support python >= 3. b) pyx12, there is no documentation, don't know how to use it. c) Couldn't find any other…
Aakash Basu
  • 1,689
  • 7
  • 28
  • 57
4
votes
2 answers

865 vs 997 Acknowledgement file

May i use 997 acknowledgement file in place of 865 acknowledgement file for clients in respect of receive 860 file not 850 file. I think that is dependent on cutomer what they want. What are differences between 865 and 997 Acknowledgement ?
kaushik0033
  • 679
  • 6
  • 12
4
votes
6 answers

What is the best standard to use for business document exchange (invoices, POs etc)?

If I need to implement sending and receiving of business documents from system to system (invoices, POs, remittance advice, etc) what standard would you recommend for best interop and why? It could be XML or otherwise.
WW.
  • 23,793
  • 13
  • 94
  • 121
4
votes
1 answer

EDI X12 standard - Where can I find a definition for this?

I've got a project I took over from someone that requires data to be exported in the EDI X12 Standard (837P) format. Although I have been able to find some samples that are useful I haven't been able to find anything that defines what the possible…
user105135
3
votes
2 answers

How do I know what character set is used in x12 document?

I am implementing an EDI-x12 header parser (only to parse "ISA" segment) I notice that there are several character sets can be used. My question is that how do I know that which one is used of incoming edi-x12 message so that I know how to interpret…
kai
  • 1,141
  • 3
  • 15
  • 25
3
votes
2 answers

EDI X12 "ISA" header format

Hi I have a question about the "ISA" header structure of EDI X12 message: Does any one know whether the structure of "ISA" differs between different versions (e.g. 4010, 5010...)? Thanks!
kai
  • 1,141
  • 3
  • 15
  • 25
3
votes
1 answer

Parsing EDI X12 file using Python

I just want to parse the EDI file using python. I am not sure which is the best way to parse this kind of EDI files. OR should I convert this EDI to other formats and then do parsing? I am not sure. Please help me out. Thanks in advance. The sample…
sham sar
  • 45
  • 1
  • 7
3
votes
1 answer

Is it possible that both TA1 and 999 missing in BizTalk when inbounding a bad formatted X12 file?

This is the 1st time I meet this. Normally when we received an inbound X12 file. A 999 will always be generated (by configuration in BizTalk) and in case of interchange level error occurs, a TA1 will be created. But today I got a X12 file with some…
Zee
  • 830
  • 1
  • 9
  • 22
3
votes
1 answer

How to define ISA-Segment in smooks?

I am creating ANSI.X12 messages in a java program with the help of smooks. I'm defining the X12 messages myself using xml-files (with their http://www.milyn.org/schema/edi-message-mapping-1.2.xsd). Most of it works well enough, but I do have a…
kratenko
  • 7,354
  • 4
  • 36
  • 61
3
votes
1 answer

PL/SQL for parsing EDI (X12, NCPDP, HL7)

I have some EDI messages (X12, HL7, etc ...) stored in an Oracle database. I sometimes want to pull out individual fields (e.g. ISA-03). Currently, I have some really ugly sql. I'd like to create a PL/SQL package to make it easier and was…
Dave
  • 13,518
  • 7
  • 42
  • 51
3
votes
2 answers

Correct padding for EDI ISA segment

I have written an EDI document generator, and it currently pads any fields in the ISA segment that are less than the required number of characters with spaces on the left, e.g. ' 1234567890' for a 15 character element. I have a client who wants…
Aurelia Peters
  • 2,169
  • 1
  • 20
  • 34
3
votes
2 answers

Mapping different versions of X12 EDI messages?

X12 is a flat-file type of format for exchanging documents between companies. I'm working with 204 Load tender type. This is format used by companies to send load tenders to carriers. Most questions on Stack Overflow here focus on how to parse. By…
katit
  • 17,375
  • 35
  • 128
  • 256
3
votes
2 answers

How does one obtain X12 EDI specs?

Specifically, 835 and 837, and even more specifically, lists of the various status codes and their meanings. I've found a couple of commercial sources via google and duckduckgo. Are any sources freely available? Thanks.
Len Jaffe
  • 3,442
  • 1
  • 21
  • 28
3
votes
3 answers

EDI X.12 PHP Mapping - resources needed

Is there any php libraries or API's that help when dealing with X12 documents in php? Googling around doesn't help much, so looking for people with experience in this field.
lsl
  • 4,371
  • 3
  • 39
  • 54
1
2
3
10 11