~How can I parse them in the processor config such...
# umh-support
s
How can I parse them in the processor config such that in the tag browser each one of them is visible? Figured it out. I needed to use bloblang. We first
map
over each item, extracting the necessary keys from it & assigning it to a new object. Once we have done that, we can
squash
the array to a single object. Apparently, it only works with objects as it's just easier to map
key
to
value
. Now that I think of it, using arrays may not work as arrays do not have keys in same manner as literals.