Problem in creating schema
Hi,
I have a problem in looping a record in an internal application schema. The schema looks as below.
<Schema>
RootNode
record1
record2
Loop_1
=>record_080
=>record_090
=>record_100
=>record_110
Record3
.
The above schema is a flat file schema with RootNode having Child delimiter <0XA 0XD>
and also Loop_1 nodes Child Delimiter is <0XA 0XD>
The each record with in are positional.
Now Let us consider the sample instance
(I have modified it To avoid display of confidential data)
070 sdajkfklfjfjkfjfsdkfdkfjkfl
190 000000
620 T
080 AUTOMATION
100 sfsdfsfsdfs
110 330657617US
080 921019382
090 ACCOUNTS PAYAB
100 DR
110 0657617US
310 000001 0000207000000331000
Now I Expect two " Loop1 " records in the output when u validate the schema
<Loop1>
<080>
<100>
<110>
</Loop1>
<Looop1>
<080>
<090>
<100>
<110>
</Loop1>
But i am getting all the records into single Loop1 Record.
How i can acheive this ? the main reason i found for this is Both RootNode and Loop1 record have same child delimiter . any way around to solve this problem
With Advance thanks
Srinivasa Mahendrakar

