Schema question for a flat file parsing

Hi RMG,

I expected first reply from you, and u did it!! Thanks for that.
I thought of this solution, but here, problem is that childrec1 and childrec2 can occur any number of times in any sequence. So at runtime i wont be knowing, how many doc lists of rec1 and rec2 are there.
Is there any setting in FF schema or convertToValues service, which can be helpful for me??

regards,
naka

As far i know there is no setting like that in convertToValues,but there might be tricky way in Schema side or outofbox you may have to do some custom processing to build brand new doclists that you are expecting.

At this moment still thinking if any solution that we are missing.

Regards,

Hi all
I have an EDI Ansi X12 Document.
I parse the file using EDIFFSchema. It gives EDIValues which contain the values in ST segment to SE. How do i extract the values in ISA and GS segment ? Is their anyways i can extract those values and put in a document form. Plz help me.

Thanks
Stepheny

Stepheny,

You can use the envelopeProcess WmEDI service it gives output a Values document to extract ISA/GS segment data.just pass the edidata input to it.

HTH,
RMG

Thank u sooooo much for ur instant reply…It worked…
Thanx for ur support.

Stepheny