سؤال

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.

هل كانت مفيدة؟

المحلول

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.

نصائح أخرى

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top