How to transform xml data using datafactory pipeline

后端 未结 3 700
予麋鹿
予麋鹿 2021-02-05 17:57

How do we save data inside of an XML payload to blob storage?

input


  yes he is         


        
3条回答
  •  感动是毒
    2021-02-05 18:37

    For that case you have to use some custom code to do this. I would choose from these options

    • Azure Functions - only for some simple data processing
    • Azure Databricks - in the case you need to process some big XML data

提交回复
热议问题