Forum Discussion
shiva_ch155
Apr 24, 2023Copper Contributor
How to parse XML data enclosed in nvarchar datatype using Azure datafactory
Hello,
I have xml data enclosed in nvarchar datatype, I need respective data to be mapped to new columns Catalog Name and RequireApprove, Could anyone help on this using Azure Data Factory.
sample xml data,
<catalogs><Catalog
Name="NEWYORK"
RequireApprove="True"/>
</catalogs>
Thank you
No RepliesBe the first to reply