Parse JSON Fields
Parse JSON to create new columns with the data you want
{
"fields": {
"pricing": {
"integerValue": "109"
},
"quantity": {
"integerValue": "98"
}
}
}
To parse this data and make it more readable, follow these steps:



Last updated
Was this helpful?