Search code examples
c#parsingflat-fileedix12

EDI Flat File parsing with C#?


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#.

Example EDI File:

Example EDI File


Solution

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