Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a talend job that remaps an input XML from a REST call into a new XMl with a slightly different structure (kindly focus on the 3rd row only, as that is where the problem lies):
Job:
3rd row XML Mapping:
But whenever I log and create the XML file (hence the tLogRow and tFileOutputMXL components), the restructured XML has no data:
But if I try to log and create the REST response XML, (deactivating the tXMLMap) on the 3rd row, the XML data is there (had to black out the details):
Can anyone point me to my mistake or missed step in mapping this data?