I am in doubt whether the custom transformer I created processes just one feature at a time. It does not have any "group-by" clause active, but still seems to accumulate all the features first and then process them, instead of processing one by one.
Is there a way how to check this behavior?
Or better, is there a way how to forcingly make it feature-based instead of group-based?
Thank you in anticipation,
Jaroslav