Hello fellow FME users,
I was wondering if there is a way to
use the equivalent of a logic gate in FME. What I mean by that is a
transformer that only passes data if the conditions have been met. An
AND gate for example only passes the data if all inputs van been met for
example:
I have a main data flow with a specific branch that
only gets triggered if a condition is true. I test this by using a
creator and tester to test if a published parameter has a specific
value. I would like for the passed feature to act as a trigger to
trigger a branch.
I've added a picture for clarification
An OR gate is not needed because lots of transformers act like that.
So is there something that works like this, or maybe a Python solution? I can't program Python though.
Thank you in advance!
Michiel