Split json

so i get this json from a http request like this

[
{
“data”:
"[ { “1”: "[email protected],[email protected]},
{“2”: "[email protected],[email protected]},
]
}
]

and i am trying to split it into list of items

when i try “list” node its returning one item
when i try “split into batches” it’s returning only one item

tnx for your help

Hey @Yossi_Yhezkel,

I have just had a quick look and the Item Lists node will output 2 items but as your data has different key names you might need to do further processing.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.