My dataset contains multiple points within different towns. For example, town A will have 30 datapoints and town B has 35. Can I automatically create output ports to group the relevant datapoints by each town without having to filter them all manually?
Page 1 / 1
What are you wanting to do with the features once you've 'split' them? I'd be having a look at utilising the groupby functionality - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Group_Based_Transformers.htm
The features will be appended to one or more postgis databases depending on the features. Thank you, I will look into this.
The features will be appended to one or more postgis databases depending on the features. Thank you, I will look into this.
Also worth having a look at this - https://community.safe.com/s/article/dynamic-workflow-tutorial-introduction
The workflow you're describing is a simple dynamic flow