Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to add below login in tXMLMap as condition,
If SourceCode="xml" the id should be map to output element.
i tried with below scenario but its not working
tdn/npn/xtz[SourceCode="xml"]/id ==> id
above scenario is working for in OSB/BPEL, but in talend how we can fame this condition
Can you show us a screenshot of your tXMLMap configuration screen. You should just be able to use a tXMLMap variable (the box between the input and output) to test the value coming from SourceCode and then apply your logic using an inline IF (Java).