I have a shapefile with both points and multipoints (not produced by me) which I am reprojecting and then writing to shapefile again. The multipoints don't get written due to the writer expecting only point feature types. I would like to split the multipoints into single points before writing, similar to the PointCloudCoercer when splitting a point cloud to single points. Is there an easy way to do this in FME or should i just give up and fix it in ArcGIS?
Page 1 / 1
Have you tried the Deaggregator?
Have you tried the Deaggregator?
Thank you, that was the transformer i was looking for.. Easy as that! Thank you!