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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Convert XML to Json and Json to XML

Someone knows how to convert xml to json and json to xml in Talend ESB route? When I receive rest message in Job I can configure "consume" and "produce", but how to do this in Route. I need to do some mediation on rest message, so I have to use Route (Content Based Routing), becasue EIP is in Route.
Example:
RestEndpoint_IN->MessageRouter->ConvertXmlToJson->RestEndpoint_Out.
In response I need:
RestEndpoint_Out->ConvertJsonToXml->RestEndpoint_IN
Labels (5)
2 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

Thx my friend, it helps me a lot.