Forum Discussion
SpiroTaleski
3 years agoValued Contributor
The simplest way to do the routing is by splitting the array using the JSON Splitter Snap, and then in the Router Snap add the logic where you will route the records based on the “test” field(if it is empty or not).
BR,
Spiro Taleski
Igor_Bozhinovsk
3 years agoNew Contributor III
Thanks Spiro , but for now we need to check the element value inside in the array.
Regards,
Igor
If you create a pipeline which reads the multiple input files, and a single output writer, that should achieve your objective. You might use the Multi-file reader Snap, or perhaps the Directory browser which gives a list of files, which you filter, and pass the names of the files to be read into the the file reader. Multiple ways to achieve it.
Related Content
- 3 years ago