Skip to main content

Hello ,

i would like to combine different values from different attributes then add them in one cell and write string text +value of specific attribute 1

then add new line and write string text + value of other specific attribute .

How could I achieve it ?

thanks in advance

FME 2021

Probably the most straight forward way will be in an AttributeManager. In this example, the values from Att1 and Att2 were combined in a new attribute (Att3), where the Text Editor was used to concatenate different attribute values and add static text. You can also add new lines in the Text Editor.imageimage


Reply