EDI X12 message validation #483
sadikpasha06
started this conversation in
General
Replies: 1 comment 2 replies
-
Hi @sadikpasha06 , there are several samples in the tests and test resources that can help get you started. For example, this test [1] reads a simple 837 and validates it against a subset of an 837 [2]. You would need to provide your own 837 standard schema and implementation schemas (read about the difference here [3]). [1] https://github.com/xlate/staedi/blob/master/src/test/java/io/xlate/edi/internal/stream/SegmentValidationTest.java#L837 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team , i need a java code/ libraries to validate the EDI x12 files.
specifically the EDI X12 834 and 837 transaction sets.
please help me on this.
Beta Was this translation helpful? Give feedback.
All reactions