Forum Discussion

GanguP's avatar
GanguP
New Contributor III
2 years ago
Solved

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"...
  • Aleksandar_A's avatar
    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.