-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix edge case for element missing in document #26
Conversation
Add support for ST03 element (Implementation Convention Reference)
@Mohmedvaid may I include the EDI doc you provided as part of the test suite under the license for this library? |
@Mohmedvaid Tests pass and cover your exact use case in #23. If you approve of including the EDI file, then I will merge this and release a new version. Keep in mind that you'll need to pass a new flag of |
Fix handling of ST header with 3 elements
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
strict
orloose
to the query enginestrict
loose
will return a result for a missing element, so long as the segment which should have been it's parent existsstrict
mode by default, but loose can be set