Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Strange charachters after cMap

I am using Talend ESB 6.3.1.

 

The input to a cMap (snippet)

"infoText": ["example1",
			"example2",
			"example3@sis.com",
			"res & -weg",
			"example4",

The output

			<TXT>
				<TYPE>text</TYPE>
				<TEXT>example3@sis.com</TEXT>
			</TXT>
			<TXT>
				<TYPE>text</TYPE>
				<TEXT>res &amp; -weg</TEXT>
			</TXT>
			<TXT>
				<TYPE>text</TYPE>
				<TEXT>example4</TEXT>
			</TXT>

You can see & being replaced with

&amp;

Is there a way to keep the '&' charachter in the cMaps output?

Labels (3)
0 Replies