Forum Discussion

srini_polimera's avatar
srini_polimera
New Contributor III
3 years ago
Solved

Json object

I need help to get below output.

[
{
“key1”:“value1”,
“key2”:“value2”
},
{

“key3”:“value3”,
“key4”:“value4”
}
]

expected result
{
item”:
[
{
“key1”:“value1”,
“key2”:“value2”
},
{

“key3”:“value3”,
“key4”:“value4”
}
]
}

Thanks for your help.

  • Hi @srini.polimera,

    You can try by using the Group By N Snap with Group Size set to 0 and Target Field set to item.

    Let me know if this works for you.

    BR,
    Aleksandar.

2 Replies

  • Hi @srini.polimera,

    You can try by using the Group By N Snap with Group Size set to 0 and Target Field set to item.

    Let me know if this works for you.

    BR,
    Aleksandar.