Skip to Content
0
Jul 18, 2016 at 08:12 PM

PI 7.3 not reading value inside Parent node that has child nodes

642 Views

Hello Experts,

Below is a part of XML from source system and trying to map the parent tag value (Comments) to a field in target XML. But PI is passing a blank value even when there is a value present.

Part of Source XML: Value (highlighted in blue) under Comments tag needs to be mapped to a tag in target XML.


<Comments>

Comments will come here from source system and need to be mapped to a target

Test.pdf"> https://url@url.com//url@url.com</URL></Attachment>

<Attachment><URL name="TestXLS.xlsx">https://url@url.com//url@url.com</URL></Attachment>

</Comments>

Please let me know how this can be achieved.

Thanks