I have the following JSON
{
"Data": {
"totalExecutionTime": "00:00:00.5544916",
"totalCount": "33414",
"Items": [
{
"featureId": 100,
"featureName": "Product",
"id": 5903,
"parentId": 0,
"brand": "Normal",
"order": 0,
"createdDate": "2022-08-18T19:00:57.44",
"modifiedDate": "2024-07-10T13:21:29.123",
"Values": [
{
"featureId": 100,
"featureName": "Value",
"seq": 0,
"modifiedDate": "2022-08-18T19:03:05.84",
"value": "AMA83257"
},
{
"featureId": 281,
"featureName": "RetailPrice",
"seq": 0,
"modifiedDate": "2022-08-18T20:30:37.503",
"value": "155"
}
]
},
{
"featureId": 100,
"featureName": "Product",
"id": 5905,
"parentId": 0,
"brand": "Normal",
"order": 0,
"createdDate": "2022-08-18T19:00:57.44",
"modifiedDate": "2024-07-09T07:01:15.36",
"Values": [
{
"featureId": 100,
"featureName": "Value",
"seq": 0,
"modifiedDate": "2022-08-18T19:03:05.84",
"value": "AMAXE46071"
},
{
"featureId": 281,
"featureName": "RetailPrice",
"seq": 0,
"modifiedDate": "2023-06-05T14:45:54.257",
"value": "245.2"
}
]
}
]
}
}
I need to get the data to excel in this format
Item | Price |
---|---|
AMA83257 | 155 |
AMAXE46071 | 245.2 |
2
Answers
Try this in powerquery