Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top