Hello All,
We have a scenario our source structure looks below.
Defined Structure
<root>
-<first name>
-<last name>
-<address>
</root>
Sample Payload
<root>
<first name>Suresh</firstname>
<last name>S</lastname>
<address>
-->street <test value> // its the attribute value passed from source side
</address>
</root>
Input payload we are receiving with Attribute value passed from Source side, however XSD they shared doesn't have attribute at all.
How to read values of Attribute and suppress it via UDF or other Node functions.
Kindly help.
Note: We tried with normal Input Argument Reading, however this attribute value is not readable.
Best Regards,
Suresh S