Hi community,
I need help with capturing JSON array value to DataVerse (CDS) columns/field, please refer below sample JSON array format,
[
{
"ID": "633128875",
"answer": 1,
"score": 8
},
{
"ID": "633102840",
"answer": 994290000
},
{
"ID": "633114253",
"answer": 1,
"score": 5
}
]
NOTE* This is just sample JSON array with very less data(only 3 data objects), and score might not be there in each object.
What I want to do is, capture score value to DataVerse column based on ID from JSON array object.
For an example, if ID = "633114253", then I want to capture score(5) to a column in DataVerse.
Any help is much appreciated!
Regards,
Hardik Chauhan