I've a feature that contains 100 regions and i'd like to get shp file writer for each region. I use TestFilter transformer to do it but i must set TestCondition 100 times (If @Value(regionId)=1 else if If @Value(regionId)=2 else if ....).
Is there other solution ?
Thanks an advance.
Farfar