views:

790

answers:

3

Initially I was thinking to use SSIS to parse an EDI file, however I've seen a few manual EDI parsers (field mapping), and would like to use automate this functionality in C#.

EDI file - ie: http://www.altova.com/images/shots/edi_source3.gif

Tips appreciated.

Thanks.

A: 

I'm not familiar with the EDI file format, but would either of these help:

Yobi21
+1  A: 

Have you seen http://www.codeproject.com/KB/XML/edix.aspx

Joe
A: 

I am not sure if you are open to commercial tools, but I am throwing this link out here just in case. It might help somebody. Disclaimer: I am not connected in any way to this provider.

FRAMEWORK EDI - EDI Tools for Programmer (Commercial Framework) - Find it here: http://www.edidev.com/

MarlonRibunal