deepanshu_1
4 years agoNew Contributor III
Order sort
Dear All,
I am implementing a pipeline but I am taking more than enough snaps, my output is:
Desired output:
Is this possible using a single mapper snap?
Thanks in advance.
Dear All,
I am implementing a pipeline but I am taking more than enough snaps, my output is:
Desired output:
Is this possible using a single mapper snap?
Thanks in advance.
Hi @deepanshu.1,
I’ve managed to do this using only one Mapper snap, but in addition I used a Group By N Snap with the Group size set to 0 before the Mapper, and a JSON Splitter afterwards.
Here’s the expression:
And here’s the pipeline:
SampleWeatherAPIResponseMap_2022_02_28.slp (10.9 KB)
BR,
Aleksandar
Dear Aleksandar,
Thanks for the reply but I am facing issue below:
BR,
Deepanshu
Hi @deepanshu.1 ,
Can you please attach the output of the REST API (I suppose it is in JSON format) ?
Cheers,
Marjan
Hi @deepanshu.1,
Also you can try to insert the asterisk symbol ‘*’ in between the marked square bracket on the picture below:
BR,
Aleksandar