An Azure service for ingesting, preparing, and transforming data at scale.
Hi @AYUB SHAIK ,
Thank you for posting query in Microsoft Q&A Platform.
Yes you can achieve your requirement by following below steps.
Step1: Lookup activity, use dataset which is pointing to your xml file. Lookup activity will read your file data and give it in output json.
Step2: Create a variable in pipeline.
Step3: Use Set variable activity, write your xml data from output of lookup activity using dynamic expression.
Below video helps you to understand how to pass output data from activity to another activity.
https://www.youtube.com/watch?v=2XfUKWwDi3g
Hope this will be helpful. Please let us know if any further queries.
--------------------
Please consider hitting Accept Answer. Accepted answers helps community as well.
and upvote
for the same. And, if you have any further query do let us know.