Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to map value to output

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

Labels (2)
1 Reply
Anonymous
Not applicable
Author

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).