Hello, I have a dataset. Each record has a fme_type=fme_collection. I saw the IFMEAggregate information in the feature information window as part of the inspector. How can I expose this information in the workbench so I can do some calculations?
Question
Hello, I have a dataset. Each record has a fme_type=fme_collection. I saw the IFMEAggregate information in the feature information window as part of the inspector. How can I expose this information in the workbench so I can do some calculations?
You can use a partcounter to count the number of parts, if you need to know the breakdown of whether these are lines/polygons/points etc. I think you would either need to deaggregate and get the GeometryType or use python