ADF Complex json file load

Aayush Ku Soni 1 Reputation point
2021-09-30T12:29:46.587+00:00

Hi Team,

I am having a really complex json file as shown in below sample. Kindly provide me input to deal with this kind of file to load into SQL table by using ADF.

[
    {
        "TBL": "Aisha_abc",
        "Row": [
            {
                "Id": "101",
                "Subject": "Maths"
            }
        ]
    },
    {
        "TBL": "Ayan_efg",
        "Row": [
            {
                "Id": "102",
                "Class": "12th"
            }
        ]
    }
]

Here "TBL" is table names to be created in SQL server. And I'd , subject, class are column names.

Regards,
Aayush

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,364 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,532 questions
{count} votes