Flatfile schema suggestion

Hi all,

I have an input flat file string with following structure and sample. The partId section is recursive. Is there a way I can just use ONE ff schema to parse this string into IsDoc? The solution I can think about now is two schemas to parse header info and line separately.

Thanks & Regards,

KJ

FF structure:
tabtabtabnewLine
tabnewLine
tabnewLine
………

FF sample:
RTS BCD 0000000000 ABC
Y1111 ON
J2222 ON
G3333 ON
R4444 ON
R5555 ON
W6666 ON
Y7777 ON
Y8888 ON
T9999 ON
70000 ON

I got answer from WmFlatFileSamples package.
Thanks,
KJ