11-07-2022 11:22 PM
I have a task to design a pipeline to category response back from a API call. If the API tells me the result of “match” = , then I need to direct the data into a mongoDB collection; if the response tells me ‘match’ != empty, then I will mark it as “duplicate” and store it in another mongoDB collection. Which Snap I am supposed to use for the match situation? I am thinking to use Conditional Snap but not sure how to put the target path. Please help, thanks a billion!
Solved! Go to Solution.
11-08-2022 12:22 AM
Router snap with an output view for matched and not-mached?
11-08-2022 12:22 AM
Router snap with an output view for matched and not-mached?
11-08-2022 09:32 AM
Here’s a link to the documentation for the Router snap that my colleague mentioned.