ADF capability and best practice

Sourav 130 Reputation points
2024-01-08T14:56:00.23+00:00

Hi,

Could you tell me if ADF can read/write and output data in XML ? Is this the best practice to do that ?

Or we should try databricks or python code to do that as best approach.

Please could you explain in detail the steps and the best method to do this.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,716 Reputation points MVP Volunteer Moderator
    2024-01-08T16:20:39.26+00:00

    Hey,

    Based on my knowledge XML file format is only supported as a source in ADF and not as a sink.

    Meaning you can read XML data but cannot write an XML file.

    So you would have to write your custom logic ia Azure functions/ADB etc for achieving your XML file output


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.