Solved
Forum Discussion
SpiroTaleski
10 months agoValued Contributor
If thats the case then, in a Mapper Snap(befor the JSON Splitter), parse the String to JSON using JSON.parse function.
pranjbhatt
10 months agoNew Contributor III
One last question, Is it possible to process all client_codes in parallel? My current setup is passing the JSON details using router to several pipeline execute commands that call API child execution parallel. But I want to call parallel per client basis as well. (parallel execution of each document)