lanceengland / EdiTools

PowerShell scripts for managing and parsing EDI files
MIT License
9 stars 4 forks source link

EDI 837p files #9

Open slyknight opened 4 years ago

slyknight commented 4 years ago

Hi there, Was there any progress parsing 837 files? Do you have any pointers on how to get to that point?

lanceengland commented 4 years ago

Hi, I have not worked on this code in many months. My plan was to get the core parsing solid with decent speed, and then add on specific specs like 837. The best tip I can offer is to look at this blog post (I am not the author) about parsing EDI with LINQ as it gives some good tips. Parsing EDI is tricky.

http://www.yacoset.com/Home/edi-with-linq