Tagged Questions

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

learn more… | top users | synonyms

16
votes
7answers
653 views

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). ...
7
votes
6answers
4k views

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 ...
6
votes
3answers
568 views

EDI tutorials and specifications

Wondering if anyone knows of any good tutorials on working with EDI, and where one might find the type specifications? The formats I'll be largely dealing with are 846, 852, and 867. Tried several ...
6
votes
8answers
4k views

Is there any good open source EDIFACT parser in Java?

Parsing EDIFACT can be a daunting undertaking. Is there any good open source library that can help?
6
votes
1answer
973 views

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 ...
6
votes
3answers
3k views

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 ...
5
votes
6answers
2k views

.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 ...
5
votes
4answers
2k views

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 ...
4
votes
3answers
398 views

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 ...
4
votes
2answers
338 views

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 ; ...
4
votes
6answers
234 views

Effective way of String splitting

I have a completed string like this N:Pay in ...
4
votes
1answer
2k views

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 ...
4
votes
2answers
318 views

Error codes and messages best practice

I am planning out an EDI system that sends, amongst other things, an XML acknowledgement message containing several elements, but specifically these three; ErrorCode, ErrorSeverity and ...
4
votes
16answers
1k views

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 ...
4
votes
11answers
2k views

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 ...
3
votes
3answers
309 views

EDI newbie needs advice on selecting a translator

I am trying to import EDI 210 feeds into my web application. The application is installed on Ubuntu linux, so whatever my solution, it can't be some hokey Windoze-only solution. Since my data is ...
3
votes
2answers
1k views

c# EDI File to pipe delimited flat file

I'm looking for any helpful links or advice on translating an incoming EDI 940 (X12) to a (|) Pipe delimited flat file in c#.net
3
votes
4answers
1k views

EDI Library

What library have you guys used to create and parse X12 documents?
3
votes
3answers
875 views

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 ...
3
votes
1answer
176 views

How to send messages between Companies

I often see myself in the need of setting up automated transfer of messages/data/files between companies. Besides the monstrous EDIFACT, Odette and a few other "big" electronic data exchange ...
3
votes
1answer
1k views

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 ...
2
votes
2answers
100 views

Split text file into array using multiple delimiters

I have some 2k files to compare block by block, but these blocks identified differently. What would be the best way to split each file into appropriate blocks list and then compare each block type to ...
2
votes
3answers
48 views

How to execute a stored proc once after processing EDI file in BizTalk?

This is more of a general architecture question; I have a few ideas but I figure we can't be the only ones who have ever needed to do this. When processing a HIPAA EDI file through BizTalk (say an ...
2
votes
2answers
791 views

How to make a 835 Claim Payment responce to a 837?

I was asked how you would parser a x12 837 (medical claims). It was the first time I have see a file format like it. A little time on Google and I learned that the file contains 3 types of ...
2
votes
4answers
2k views

Has anyone used the AS2 protocol for EDI?

I dont know if anyone can point me in the right direction of writing code to send a file by AS2? Many thanks Mark
2
votes
2answers
909 views

EDI to XML Conversion

I'm searching for a free EDI to XML converter in Java. I need to convert EDI 940 to xml and convert XML to EDI 945. The catch is that this will be used for a commercial project, I've found some ...
2
votes
2answers
89 views

How should I go about guaranteeing that a “message” is sent and stored once and only once?

I'm working on designing an EDI system for two companies: Company A and Company B. Company A already exists as a small manufacturing business, and Company B is a new company formed around a specific ...
2
votes
2answers
731 views

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 ...
2
votes
3answers
374 views

EDI equivalent in the .net world

I work for a small company. Currently we are re-writing our legacy application in c#. There is one part of the application that uses EDI, and I don't know where to look for solutions in the .net ...
1
vote
1answer
20 views

Send port in Biztalk while configuring agreement

What does Send Port signify in Party Agreement Configuration. I have configure Agreement many time.But i never understood why is send port is given. please let me know what does send port signify in ...
1
vote
3answers
101 views

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 ...
1
vote
1answer
71 views

debatching 837 files with multiple claim

I am getting an edi file 837 which is having multiple claims. How to debatch the 837 edi file so that each file contain only one claim per file using biztalk.
1
vote
2answers
48 views

How do I increment the number in a file I create each time a new file is create?

I am creating a file conversion console app to change xml files generated by an shopping cart export to x12 850 EDI txt files using Visual C#. I need one number in the txt file being created to ...
1
vote
1answer
36 views

How do I Insert a Local String Variable into a TextWriter Writeline Method without it causing a line break?

I am attempting to insert a parsed XML element into the middle of a TextWriter WriteLine without it causing a line break where the variable is added, but am having no success. The purpose of the ...
1
vote
3answers
40 views

Where could one find a 820 & 827 implementation guide and sample data files?

Im looking for a 820 & 827 implementation guide (ASC X12) standard. (not for a particular company). Im also looking for a sample data file of each. (this could or could not be for a particular ...
1
vote
2answers
79 views

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!
1
vote
3answers
133 views

Is anyone using Python for GS1 XML and AS2 EDI?

I'm helping some manufacturing companies link up their EDI systems using the GS1 XML specs (this is an international spec for companies to pass things like purchase-orders, invoices, barcodes etc. ...
1
vote
1answer
126 views

EDI X12 - 204 and 404 speciciation

I need to generate EDI X12 document (V4010) for 204 and 404 format. Where can i find the specification for 404 and 204 formats.
1
vote
3answers
904 views

how to load a flat file with header and detail parent child relationship into SQL server

I have to load a flat file that has different header and detail with variable number of columns. These have parent child relations. How to load the data intp sql server? Any help is really ...
1
vote
4answers
370 views

XSLT for xml to EDI

Is there any sample xslt available which I can use as reference to migrate xml to edi format. More precisely, I am looking for 837 format files. Regards, Shishir Kumar Mishra
1
vote
1answer
144 views

BizTalk 2009 EDI HIPAA 5010A Hotfix/Update

I was wondering if anyone could offer any insight as to when an update is going to be released for BizTalk to comply with the 5010A standard, all addendums and errata included. I've just about ...
1
vote
2answers
358 views

Implement EDI with BizTalk

Our company is currently thinking to implement EDI in BizTalk, which we didn't use before. We have several dropship suppliers/vendors. We receive their products information, a flat ...
1
vote
3answers
301 views

EDIEL library for Java/C#

This is a long-shot but does anyone know of a library in Java/C# for handling the EDIEL specification (this is the EDI spec with extensions for electricity, used by scandanavian countries and a few ...
1
vote
1answer
95 views

EDI Inquiry: Is this an acceptable way to retrieve EDI encoded data?

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 ...
1
vote
2answers
194 views

EDIFACT macro (readable message structure)

I´m working within the EDI area and would like some help with a EDIFACT macro to make the EDIFACT files more readable. The message looks like this: data'data'data'data' I would like to have the ...
1
vote
2answers
1k views

SQL Server: EDI to XML Data Conversion

I need to do the data conversion from EDI format to XML. is there any step by step tutorial, links about what are the processes on data conversion? How to convert from EDI to XML, step by step guide? ...
1
vote
1answer
1k views

Changing EDI files by opening in XLS

I have a EDI file ...i want to test it ....so when I open it it opens in an EXCEL file,....there is some data I want to change.... ...
1
vote
1answer
193 views

how to make EDI forms more readable?

i have an edi form , i want make it more readable especaiily the naming conventions for tax types, name ,year etc .This way i wanna cross check my application. When i open the EDI form it opens in XL ...
1
vote
5answers
4k views

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. ...
1
vote
2answers
811 views

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.

1 2