Hi,
I'am facing a probleme while mapping strcutures.
My source xml contains :
Structure A
Structure B
Structure C
Structure D
and my target one contain identicaly the same structure that Are grouped in One structure :
GloabaleStructure
Structure A1
Structure B1
Structure C1
Structure D1
If my xml source contains:
Structure A
Structure B
Structure C
Structure A
Structure B
Structure C
Structure D
In the target I get :
GloabaleStructure
Structure A1
Structure B1
Structure C1
Structure D1
GloabaleStructure
Structure A1
Structure B1
Structure C1
The stuctureD1 should be normaly included in the second GlobalStructure, but for me I get it in the first globalStructure.
Any idea?
Cordialy