Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 & -weg</TEXT> </TXT> <TXT> <TYPE>text</TYPE> <TEXT>example4</TEXT> </TXT>
You can see & being replaced with
&
Is there a way to keep the '&' charachter in the cMaps output?