Solved

combine list in one feature


Badge +10

How can I combine a list of the same feature into the same one

From this

Ply_idLoc_nameLayer_idSpatial_relation1MTL1510OVERLAPS1MTL1511OVERLAPS1MTL1512WITHIN

 

to this

Ply_idLoc_nameLayer_idSpatial_relationMsg1MTL1510 OVERLAPS, 1511 OVERLAPS, 1512 WITHIN

Thanks

icon

Best answer by erik_jan 8 June 2018, 15:14

View original

4 replies

Userlevel 2
Badge +12

First use the StringConcatenator to create Msg for each line.

Then use the Aggregator (group on Ply_id and Loc_name) to create 1 feature.

Use "Attributes to Concatenate" to create one comma separated message.

Badge +10

@erik

Thanks

Badge +10

First use the StringConcatenator to create Msg for each line.

Then use the Aggregator (group on Ply_id and Loc_name) to create 1 feature.

Use "Attributes to Concatenate" to create one comma separated message.

@erik_jan

 

 

why I am not getting the geometry value when I use geometry extractor after the aggregator transformer

 

Userlevel 2
Badge +12
@erik_jan

 

 

why I am not getting the geometry value when I use geometry extractor after the aggregator transformer

 

What aggregation mode are you using in the Aggregator?

 

See: Aggregator documentation

 

 

Reply