Forum Discussion
darshthakkar
3 years agoValued Contributor
Thank you @alchemiz for your quick suggestion however it has been failing on my end:
alchemiz
3 years agoContributor III
When incoming JSON… starting from root? Kindly share the JSON schema
e.g.
[
{ "group": {
"key1": "a",
"key2": "b",
"other": 100
},
{ "group": {
}
},
{ "group": {
"key4": "",
"key5": ""
}
}
]
$group.values().join(‘’).trim().length > 0