Senthilnaga91
3 years agoNew Contributor III
Creating Nested Json for REST API
Hello All,
In my use case, I have a nested JSON as an input, I want to do some transformation before I create a nested JSON which I am going to post it in a REST API,
InPut JSON:
[
{
“Custo...
- 3 years ago
Hello and welcome @Senthilnaga91,
You can achieve the needed transformations by using two Mapper Snaps like in the picture below.
In the first Mapper we’re mapping the Account Details array:
And, in the second one we’re mapping the Customer Entry object:
Also you can refer to the sample pipeline attached below.
sl-comm-nested-json-api_2023_05_30.slp (5.5 KB)
Let me know if this helps you.
Regards,
Aleksandar.