Skip to main content
Solved

How to write text and add values from different attribute in one cell

  • January 6, 2023
  • 1 reply
  • 784 views

gogopotter90
Contributor
Forum|alt.badge.img+14

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

Best answer by dustin

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • January 6, 2023

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