EDI Parser in .NET
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.
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
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.
EDIParser for .NET is another good edi parser and it written in .NET. Try http://www.sparrow-technologies.com/ediparser.net.aspx
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.
精彩评论