Hi friends,
my Source structure is
ZField<0:10>
---Fname(Fields under Segment)(0:1)
---Sname(Fields under Segment)(0:1)
This target node should be mapped to
Name<1:1>
---Fname(1:10)
---Sname(1:10)
with target node having 1:1 its not taking the values when Zfield node repeats..
can you help me in solving this..
My preferred output if the Zname node repeats twice means
Name
---Fname
---Sname
---Fname
---Sname