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?
Solved
How to delete geometries in a layer, so that only one is left?
Best answer by ebygomm
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)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.