how to flatten the nested json array into csv file using ADF pipeline

2024-03-27T18:40:49.3133333+00:00

how to flatten the nested json array file into csv file using ADF pipeline. using below example i need to get the each table details in the excel/csv file. need the file like these below using below ex json

User's image

Ex:

{

		"Table1": {

			"lastSuccessful": "12467",

			"totalCount": 11,

			"dataPath": "s3://ddwe-dev-3-gwcpdev-gw-52/qa/pc/171897363360/Table1",

			"schemaHistory": {

				"1see4c4fe3ac4830a9cd09e4rt4a": "171897363360"

			}

		},

		"Table2": {

			"lastSuccessful": "12467",

			"totalCount": 11,

			"dataPath": "s3://ddwe-dev-3-gwcpdev-gw-52/qa/pc/171897363360/Table2",

			"schemaHistory": {

				"1see4c4fe3ac4830a9cd09e4rt4a": "171897363360"

			}

		},
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,545 questions
{count} votes