GanguP
2 years agoNew Contributor III
Extract or Flatten JSON Array data as columns
Need help in to pulling data from the below JSON and also from the Array (Tags) below. I also went through the documentation but unable to get to the solution. "entity": { "totalRecords"...
- 3 years ago
Hi @arvindnsn,
You can try to filter out documents that have “error” keys, and later on to split them using JSON Splitter Snap.
$result.filter(x => x.hasPath("error"))
Let me know if this helps you.
BR,
Aleksandar.