Hello,
I'am tryning to make mapping of flat structure with deep structure .The direct mapping dosen't work.
In source I have :
Structure1( 1,unbounded)
Structure2 (( 1,unbounded)
Structure3( 1,unbounded)
My target strcture is :
Structure1
Structure2
Structure3
as exemple :
Source : Result that I should get :
Structure1 Structure1
Structure2 Structure2
Structrure2 Structure2
Structure2 Structure2
Structure3 Structure3
Structure1 Structure1
Structure2 Structure2
Any idea how to make this mapping ??
Cordialy