Hello Arkesh,
I think you should try with conversion type as Simple Plain2xml. Because there is no need of multiple hierarchy. One more thing in your message transform bean parameters you mentioned xml.LINEITEMS.keyFieldValue in double quotes ("LINEITEMS") which is not the right way to declare the value.
Hi Experts,
The issue has been resolved. The problem lay in the
xml.HEADER.keyFieldValue = "HEADER"
xml.LINEITEMS.keyFieldValue = "LINEITEMS"
The values of the two parameters should not be in double quotes as they were not in the file. This is what was going wrong at my end.
Regards,
Arkesh
Add comment