Hi,
Source Structure -
HEADER (0 to unbound)
DETAIL (0 to unbound)
Target Structure -
HEADER(0 to unbound)
DETAIL(0 to unbound)
Let's say source file has following nodes
HEADER
DETAIL
DETAIL
HEADER
HEADER
DETAIL
DETAIL
The target nodes should be as below (Same sequence as the source)
HEADER
DETAIL
DETAIL
HEADER
HEADER
DETAIL
DETAIL
Is this possible to do in message mapping ?
Thanks,
Sway