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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
mertez
Contributor III
Contributor III

tXMLMap problem with output encoding

I am trying create a new XML where input to the tXMLMap is a XML formed string with tags like <new_param>. Problem I am encountering is that signs > and < are converted into gt; and lt; when outputting them to the console. Is somehow possible to force those encodings to preserve the format of the input string?
 
0683p000009MGqd.pngjob_tmp.zip.zip

Labels (2)
1 Reply
Anonymous
Not applicable

Hi 
It is impossible to preserve the format of the input string in this case. A solution is to extract the values from the XML string with tExtractXMLFields and rewrite the XML on tXMLMap. 

Best regards
Shong