I'm sure this is really basic but I'm stumped. How do I take some sort of action based on the number of features emitted by a previous transformer?
In this particular instance I need to abort the final write (and send an email) if the number of features are less than 2000. I have a Counter, and can see the number of features. I have a Tester, but it appears to be testing each feature instead of the total count.