I'm trying to create a schema for the following sample flat file:
10K01006K1120120 00026605666520
40003010 U11568 652000A330
10K01006K3010526 00026633158480
40008420 U10926 1602
40003010 U10926 848000U130
where each row starting with "10" is the parent for each following row starting with "40".
So for each "10"-row there can be multiple "40"-rows. Each line ends with CR/LF and this row fields are "relative position".
Is this possible to create?