Daniel Christiany
Daniel Christiany

Reputation: 227

Azure Datafactory Ingestion JSON Format

I'm doing some research into cloudbased ETL/ELT systems that can work with deeply nested JSON / XML Documents.

I found Azure Datafactory which seems to meet my requirements. However the documentation left me unsure about whether Datafactory can work with those deeply nested Documents. In the examples I found here: https://learn.microsoft.com/en-us/azure/data-factory/format-json all objects are "flat", with zero nesting.

My question is: Does Datafactory Support nested Documents?

Thanks a lot

Upvotes: 0

Views: 115

Answers (1)

Anil Velaga
Anil Velaga

Reputation: 26

Yes, it's possible to ingest the data from nested JSON file by using azure databricks. Reference link: https://docs.databricks.com/spark/latest/dataframes-datasets/complex-nested-data.html

Upvotes: 1

Related Questions