Blog Post

Azure Data Factory Blog
1 MIN READ

Azure Data Factory adds support for XML format

Linda_Wang's avatar
Linda_Wang
Icon for Microsoft rankMicrosoft
Jul 17, 2020

We are glad to announce that now in Azure Data Factory, you can extract data from XML files by using copy activity and mapping data flow. With such capability, you can either directly load XML data to another data store/file format, or transform your XML data and then store the results in the lake or database.

 

XML format is supported on all the file-based connectors as source. You can find the new "XML" option in the available format list:

 

When reading data from XML files, you have the flexibility to define whether to apply schema validation, to specify how to handle namespaces, and to map selective fields or reshape the hierarchy to match downstream data need.

 

Copy activity source example:

 

In mapping data flow, you can use XML as source either via an XML dataset or via inline dataset.

Data flow source example with XML dataset:

 

To learn more about XML support in Azure Data Factory, visit XML format in the documentation site.

Updated Jul 17, 2020
Version 1.0

34 Comments