cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Json object

srini_polimera
New Contributor III

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.

1 ACCEPTED SOLUTION

AleksandarAngel
Contributor III

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.

image

Let me know if this works for you.

BR,
Aleksandar.

View solution in original post

2 REPLIES 2

AleksandarAngel
Contributor III

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.

image

Let me know if this works for you.

BR,
Aleksandar.

Thank you for your quick reply.