I started looking into using a Custom Transformer as a mechanism to encapsulate the functionality however the performance is significantly longer (killed after 15min, original workspace completed in 3.5sec).
Based on the logs it looks like the Custom Transformer is being invoked for each individual feature rather than the whole set; I also suspect I'll get the wrong answer without invoking the transformers as a group. Does anyone have any ideas on how to invoke the Custom Transformer with a set of features rather than individual ones? Am I approaching this incorrectly?
Thanks
David