Hi ali,
You can use one Dissolver to dissolve based on a specific attribute by using the 'Group By' setting.
Below you can find an example of a workspace using some testdata. Is this an answer on you question?
On the figure below, the input (TOP) and output (BOTTOM) are visualised.
Hi ali,
You can use one Dissolver to dissolve based on a specific attribute by using the 'Group By' setting.
Below you can find an example of a workspace using some testdata. Is this an answer on you question?
On the figure below, the input (TOP) and output (BOTTOM) are visualised.
Hi @jeroenstiers
I'm currently using the same technique, the problem lies afterwords. some feature classes are empty in some datasets while in others there are features. when I use FeatureTypeFilter, it gives me every feature class from the original dataset including lines and points.
Should I just directly connect the features to the destination for update?
I still need to do lineJoiners to join lines.
and what about the attributes
For the time being, I'm using fme_feature_type as my groupby option.
Thanks
Hi @jeroenstiers
I'm currently using the same technique, the problem lies afterwords. some feature classes are empty in some datasets while in others there are features. when I use FeatureTypeFilter, it gives me every feature class from the original dataset including lines and points.
Should I just directly connect the features to the destination for update?
I still need to do lineJoiners to join lines.
and what about the attributes
For the time being, I'm using fme_feature_type as my groupby option.
Thanks
I am not sure what you are looking for exactly but if you would like to
store the features in the appropriate datasets, maybe the fanout-option
might help you?