Hi,
I would like to merge the two lines below into a single line, since they have the same ID field number, and the other information is the same, except VARIED, which can be any value, either BBC2 or BBC4.
How can I do that?
Thank´s
Hi,
I would like to merge the two lines below into a single line, since they have the same ID field number, and the other information is the same, except VARIED, which can be any value, either BBC2 or BBC4.
How can I do that?
Thank´s
Hi, if you want to combine line geometries, take a look at the LineCombiner. You can set the attributes that must be identical.
This transformer only works when the line geometries are connected at their start/end points.
If you want to combine features that have no geometry, you can use a DuplicateFilter to select the feature (with certain attributes) that enters first. Or you can use an Aggregator in 'Attributes Only' mode.
Hi, if you want to combine line geometries, take a look at the LineCombiner. You can set the attributes that must be identical.
This transformer only works when the line geometries are connected at their start/end points.
Sorry. No lines geometry, are rows from excel file
If you want to combine features that have no geometry, you can use a DuplicateFilter to select the feature (with certain attributes) that enters first. Or you can use an Aggregator in 'Attributes Only' mode.
Good