EDI 830 Version 002001
I am trying to create a custom template to parse and translate a version 002001 edi 830 based on the the existing edi 830 Version 2004 template. The issue is even through i created a new class and namespace the reader keeps failing with error "[PRS at pos 8] Required segment is missing even though i created the PRS segment and made the necessary changes within the Loop_LIN_830. My only assumption is the reader only parses based on the edi version edifabric supports. How do i get the reader to consider my template
Comments
1 comment
The readers are transaction\version agnostic and don't support transactions or versions, but standards. There is a reader for X12, EDIFACT, VDA, etc.
Learn more about the fundamentals of EdiFabric here and here.
Please sign in to leave a comment.