extract data from form recognizer json to adf

Shambhu Rai 1,406 Reputation points
2022-05-05T19:38:01.617+00:00

please help me with code example form recognizer json to excel sheets

{
"status": "success",
"pages": [
{
"number": 1,
"height": 841,
"width": 595,
"clusterId": 0,
"keyValuePairs": [
{
"key": [
{
"text": "XXXXX",
"boundingBox": [
415.3,
778.6,
564.5,
778.6,
564.5,
765.4,
415.3,
765.4
]
}
],
"value": []
},
{
"key": [
{
"text": "Abendmarkt 2",
"boundingBox": [
81.0,
681.3,
137.5,
681.3,
137.5,
672.6,
81.0,
672.6
]
}
],
"value": [
{
"text": "XXXX",
"boundingBox": [
80.7,
670.6,
151.1,
670.6,
151.1,
661.1,
80.7,
661.1
],
"confidence": 1.0
}
]
},
{
"key": [
{
"text": "Datum:",
"boundingBox": [
361.1,
635.0,
393.4,
635.0,
393.4,
625.5,
361.1,
625.5
]
}
],
"value": [
{
"text": "27.06.2019",
"boundingBox": [
489.5,
635.2,
539.0,
635.2,
539.0,
625.5,
489.5,
625.5
],
"confidence": 1.0
}
]
},

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,338 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,910 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,487 questions
{count} votes