cancel
Showing results for 
Search instead for 
Did you mean: 

Disable escaping in mapping

Former Member
0 Kudos

XML tag contains data with '. After mapping it transforms into

'

How to disable escaping?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Denis,

There is another work around, Use JAVA mapping for the same input, it should work perfectly.

Regards,

Dhana

Former Member
0 Kudos

This mapping is needed for JDBC Receiver. Is it possible to use Java mapping and Visual mapping?

Former Member
0 Kudos

Use Java mapping for the same. If u use grahical mapping

instead of JAVA mapping u cannot avoid escaping.

Regards,

Dhana

Former Member
0 Kudos

Hi Denis,

What kind of mapping does it involve?

Yes of course, in graphical mapping if we have a data with '(apostraphe),in the target xml,it is converted as &apos.

I guess you can nullify it from the adapter end. its a work around. we can write a module processor for the adpater to escape those characters.

Regards,

Dhana