Mappingconcatbing structs%2391%2393 dimensions

Hi!

I am working on mapping data from two different struct into one struct. I tried it through the GUI and also through Java code. When I am making changes to the script and clicking on Save/Build, the enterprise integrator is deleting/modifying the code in such a way that only one struct is mapped. Is there a way to concat both the structs into one… I mean how can achieve the functionality similar appendToRecordList in IS???

I will greatly appreciate any leads/references/suggestions in this area.

Thank you…

I would try to loop over both struct arrays and map the data
inside the loop.