I have to get all json files data into a table from azure data factory to sql server data warehouse.i'm able to load the data into a table with static values (by giving column names in the dataset) but generating in dynamic i'm unable to get that using azure data factory.Can some help on this solution to get dynamically in azure data factory? Many thanks in Advance.
json file data as follows:
{ "TABLE": "TEST_M1", "DATA": [{ "DFG": "123456", "ADF": "SFSDF" }, { "DFG": "ABADHDD", "ADF": "GHB" } }
same as follows for different TABLE names(TEST_M2.....)