I am creating a couple of csv after some processing, ocassionally one or more of the datasets are empty (0 examples). Problem is they are still created as CSV that only shows the attributes and in that case, I rather skip the Write CSV operator.
I imagine I have to go with the branch operator, but I don't understand how to use it to check the numbers of example to use it as a condition.