Skip to main content

FME Desktop 2020: How to concatenate based on a particular field when working with “AreaOnAreaOvelay” tool?

 

When performing the “AreaOnAreaOvelay” tool, I wanted to create a field at which the values of the “autocad_color” field are concatenated as per the screenshot below.

 

How this can be accomplished?

Clip_1233 

Clip_1234 

 

Clip_1235 

Clip_1236 

 

 

 

 

 

 

You should use the "Generate List" checkbox and then add in autocad_color - Here for each overlap you will get a list containing the autocad_color's. to create a single attribute comma separated you can use a ListConcatenator on the list.


Thank you for the help. It works fine

Clip_1238 

Clip_1239 

 

 

 


Reply