Unroll Multiple Arrays from JSON File in a Single Flatten Step in Azure Data Factory | ADF Tutorial

preview_player
Показать описание
Unroll Multiple Arrays in a Single Flatten Step in Azure Data Factory | ADF Tutorial 2023, in this video we are going to learn How to Unroll Multiple Arrays in a Single Flatten Step in Azure Data Factory | ADF Tutorial 2023, Azure Data Factory Step by Step - ADF Tutorial 2023 - ADF Tutorial 2023 Step by Step ADF Tutorial - Azure Data Factory Tutorial 2023.

Video Link:

Azure Data Factory Tutorial for beginners
Azure Data Factory Tutorial 2023
Step by step Azure Data Factory Tutorial
Real-time Azure Data Factory Tutorial
Scenario base training on Azure Data Factory
Best ADF Tutorial on youtube

#adf #azuredatafactory #technology #ai
Рекомендации по теме
Комментарии
Автор

Will it work if I have a csv file and one of the column has json value

shubhammanjalkar
Автор

0

I have one attribute name shipment in the JSON file there are 100 records total in one file.

In some records shipment is in this format "shipment":[ ]

while in some records shipment is in this format

"shipment": { "id": 171700, "order_print_process_id": 170541 }

so I need to flatten the file in ADF. is this possible to handle this type of problem in Azure data factory using the data flow activity ?

junaidbilal
Автор

But it would be specific to one source file ; how would we make this for generic for any json file

keepsmile