-
Notifications
You must be signed in to change notification settings - Fork 172
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
Question for path #243
Comments
Hi @AlittleBird2023 and thanks for your interest in EDI.Net. The path is interpreted contextually. This means that when paired with an Check these examples for the EdiValue
Accordingly for an Element
Hope this helps. C. |
Thanks @cleftheris for your quick reponse! So, in the following example:
The condition path "DTM/0/0" in class OrderDetail can be rewritten to "DTM/0" because there are no components in element DateTimeQualifier, right? |
There are always components involved on the value level. The component it there regardless of the delimiter. A side note do prefer the explicit EdiSegmentGroup declaration over the SequenceEnd. The former is the one that you have to declare all direct desendant segment names while the latter will only get you so far on simple usecases. Checkout examples in the tests project |
Hello,
I am a newbie to Indice.EDI. Could anyone please help explain to me what's the difference in the path between "DTM/0" and "DTM/0/0"? How to use the "path" well? Sorry for my stupid question!
The text was updated successfully, but these errors were encountered: