XML Element Attribute Data Issues

  • You need to approach source system, these XML tags in the XMLdoc need to be replaced with escape character. You also check if your load process is changing these escape character back to actual tags and generating this issue..

    Below are some examples of respective escape character
    < to &lt;
    > to &gt;
    & to &amp;

  • Either the value has to be URL encoded as already mentioned or the tag has to be changed to CDATA
    😎

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply