EDI Parser in .NET
Asked Answered
C

4

6

Has anyone created a .NET application that reads and parses an EDI file?

EDI file - used by shipping industries to provide information on shipment invoice.

Cantankerous answered 22/10, 2010 at 15:25 Comment(1)
EDI is a set of standards, not a single specification. It's important to know, what exactly format the file has. For example, AS2 and AS3 protocols, which are part of EDI, use MIME-packed data which they transfer over HTTP and FTP respectively.Rummer
A
1

There are a bunch out there, but none that I'm aware of for free. Try http://www.edidev.com/FullPriceList.htm

They've been around awhile.

Arrear answered 9/11, 2010 at 18:22 Comment(0)
T
7

An Edi Serializer for dotnet that is free and opensource is EDI.Net. It supports X12, EdiFact as well as the UK only TRADACOMS formats. It even works on dotnetcore and NetStandard 1.0

*disclaimer I wrote the library

Temporize answered 3/8, 2016 at 12:38 Comment(0)
I
5

Check out EDIFabric on codeplex http://edifabric.codeplex.com/

ediFabric is a .NET library (.dll) to convert EDI documents to .NET objects (or XML) and vice verse. EDI document rules are represented as .NET classes. There is one class (.cs file) per every EDI message type.

Iredale answered 17/12, 2014 at 22:30 Comment(0)
D
2

EDIParser for .NET is another good edi parser and it written in .NET. Try http://www.sparrow-technologies.com/ediparser.net.aspx

Downe answered 3/9, 2011 at 17:24 Comment(1)
This has the advantage of supporting both HL7 and X12 EDI (in case that's important).Sagitta
A
1

There are a bunch out there, but none that I'm aware of for free. Try http://www.edidev.com/FullPriceList.htm

They've been around awhile.

Arrear answered 9/11, 2010 at 18:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.