Hi team Kodular I have this data :
{
“items”: [
{
“chatId”: 6557548900,
“title”: “Coke”,
“quantity”: 1,
“price”: 5,
“itemTotal”: 5,
“timestamp”: “11/30/2023, 6:37:24 PM”
},
{
“chatId”: 6557548900,
“title”: “Pizza”,
“quantity”: 1,
“price”: 10,
“itemTotal”: 10,
“timestamp”: “11/30/2023, 6:37:24 PM”
},
{
“chatId”: 6557548900,
“title”: “Fries”,
“quantity”: 1,
“price”: 10,
“itemTotal”: 10,
“timestamp”: “11/30/2023, 6:37:24 PM”
},
{
“chatId”: 6557548900,
“title”: “Tako”,
“quantity”: 1,
“price”: 15,
“itemTotal”: 15,
“timestamp”: “11/30/2023, 6:37:24 PM”
}
]
}
And What i want is this :
food Qt price
Coke 1 5
Pizza 1 10
Fries 1 10
Tako 1 15
Can Some One Help Me ? thank you