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

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

getting < and > formats in talend

Hi all,  

 

I am doing the integration in oracle fusion, i got the response in SOAPUI in xml format, 

but when i am running the job using the tFileInput, tSOAP, tFileOutput components, im getting the talend response in &gt and &lt formats,   

But i have to get in XML format, 

 

Can anyone help me in resolving this?

 

 

 

Regards

Rak**bleep**a

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I've used commons library class StringEscapeUtils for this purpose before.  Try the method unescapeXml.

 

 

 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

I've used commons library class StringEscapeUtils for this purpose before.  Try the method unescapeXml.