-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EligibilIty 271 #29
Comments
The 271 message is an X12 standard, not EDIFACT. To answer your question however, the parser doesn't need a segment table file. This is used for validation only. |
Docs on it are really not explaining how the segment and element files are used or setup. Is there something more comprehensive. Sorry I meant to write x12 not edifact. |
IMO the segments and elements entries are rather self-explanatory. Basically they just map the data outlined in the Edifact spec, ie. such as the BGM segment segment. The segments entry for I am more surprised however, that the node-edifact library does not help to build a tree-like structure of the Edifact interchange parsed at all. While the Tracker class makes use of a message structure table (i.e. INVOIC) to validate whether mandatory segments are missing or whether the maximum repetition count is exceeded, there is no support yet available to help on generating an interchange object that allows to list the number of messages contained in that particular exchange and further drill down to the message internals, such as line items or MOAs for these line items to simplify further validation calculation on the processed interchange/messages. While I saw a PR for adding envelop support, I'm not yet sure if this is what I actually need. |
What is the best way to put together the segments and elements file for an edifact 271 message. How do I get the info to create the files for parser. All the docs I have don't really present it like the parser requires it
The text was updated successfully, but these errors were encountered: