09-03-2020 06:41 AM
I have a pipleine which uses routers successfully, but notice that there are a few snaps which execute downstream from a router which does not run. Even if I disconnect the snaps, I see a GATE snap execute, and gives an error (unless I filter for !=[ ] after the gate snap). Atached is a picture of my snap: the green flow follows the routing, the blue line flow does not execute, but the highlighted Gate snap executes, with the following json, containing empty arrays for each of the gate inputs:
[
{
“Person”:[
]
“Section”:[
]}]
Solved! Go to Solution.
10-01-2020 08:32 AM
10-01-2020 08:19 AM
@cjhoward18 I’m seeing this again where a pipeline executes a file writer step when a) It is not in the flow. and b) Write empty file is false.
I feel like this should not be executing and writing an excel file after a router step, and where the file setting does not include ‘write empty file’.
The behavior is contrary to the setting and we cannot have an empty excel file written in this case. Would Snaplogic support be willing to look at this as a bug?
10-01-2020 08:32 AM
10-01-2020 08:49 AM
I do now!
Thanks for the solution @cjhoward18 , I didnt know those options existed, but they resolved this for me.