I have one feature, which has two geometry points with text location. I only need one of them. Is there a possibility in FME to delete every geometry, except one?
Page 1 / 1
You can also use a GeometryPartExtractor to just keep the first part (index starts at 1 so 1 is part 0 in your screenshot)
In the advanced editor
number(/geometry/geometry>1]/@fme_id)
You could try a Deaggregator followed by a Tester checking for _part_number = 0.