Skip to main content

I have a MapInfo dataset of polylines where each polyline is composed of many sections (this is the MapInfo term). I want to convert to a clean polyline with only one section. What transformer can I use? I only want to combine the sections within each polyline, not between polylines.

Hello @nicholas​ I would suggest the LineCombiner transformer https://www.safe.com/transformers/line-combiner/


If I understand correctly you have a multipart path (polyline) features comprised of multiple segments (FME term) in which case you'll want to use the custom transformer PathSegmentJoiner.


Reply