I am using an example(edi-to-java-to-edi) from github. Somehow i am getting an error for EDISegment as "Cannot resolve symbol ibmEdiFmt:EDISegment".
Is it possible to transform java objects to EDI X12 270 format?
--
You received this message because you are subscribed to the Google Groups "Smooks Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smooks-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/6bea365a-d53f-4118-b69f-0078bfbbcd8en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/af464e76-1ea5-45f6-977d-7b7a3b36851bn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/029eca07-0e87-447a-9f63-8927b3f84ad4n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/9e5bcbf8-ba44-4a6b-bf4b-5961954dbccbn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/CADvAAugTWHHKA%3DBkiVKZ0KNdJUAWGFfafBAogpwJ8qRpjunaTw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/f00fb411-3e56-4c40-958b-05f2c4017ca0n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/d78b98c5-411e-48bd-a42a-221cfa49a8c6n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/7a76b968-366d-4bab-93a2-c443432d0c0en%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/smooks-user/ebeda500-a89c-4a7e-8a47-43c9243a89dan%40googlegroups.com.
I am attempting to use xmlns:ibmSchExtn="http://www.ibm.com/dfdl/extensions" along with ibmSchExtn:docRoot="true" in my schema, but IntelliJ IDEA does not recognize these attributes. I have added the extension link in the "Schemas and DTDs" section, but the issue persists.
I also have similar ISA, but, I am providing a simplified version for reference.
I also need details on how elements like HL and NM01 should be implemented since they can occur multiple times and appear in any sequence. I have tried defining the sequence with sequenceKind="unordered", maxOccurs="unbounded", and occursCountKind="parsed". Despite this, I encounter the following error during parsing:
Expected element end event for {}Root, but received the element start event for {}HL.
Could you assist in understanding:
I would appreciate a detailed explanation of your approach to implementing such structures in DFDL.
Thanks
Prashant