For getting the Labels of fields while parsing EDI document #491
Unanswered
harshilKapasi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @harshilKapasi , which schema is causing that exception? You're looking for only the descriptions of the control segments (e.g. UNB/UNE)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the library for parsing from EDI to json object. Here, I want to add the labels to the EDI fields here, and i got to know that it can be done using the schemas, but i am not able to find any schema that can be used as a standard schema, like, for the fields of UNB, UNE, etc.
where can i get these schemas? (so that my output becomes more readable)
I got across some schemas online, but they give error on using in the library, like below
Caused by: io.xlate.edi.internal.schema.StaEDISchemaReadException: Unexpected XML element [{http://www.w3.org/2001/XMLSchema}schema]
can anyone help here?
It will also be great if you can provide schema for these which will work for Staedi
Beta Was this translation helpful? Give feedback.
All reactions