Skip to main content
Solved

Value as Attribute Name

  • March 22, 2025
  • 1 reply
  • 36 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

Hi,

I am working with FME Desktop, and at a certain point, my features have a "Month" field with values such as 10, which refers to October, 11 meaning November, and so on for all months of the year. The table that will receive this value has columns ranging from OCTOBER to SEPTEMBER. How can I make FME understand that if the column has a "Month" value of 10, the "Average" field should be renamed to OCTOBER, ensuring that the values from the recently renamed OCTOBER field are recorded in the table, which also has a column named OCTOBER?

 

Thank´s

Best answer by crutledge

Hi ​@mr_fme 

Can you share a picture of the data? From what I understand, you will have a table with a Month Column:

“Month”
1
2
3
4
...

You have another table with Columns:
“January” “February” “March” “April”…..”Average”

And when you Process the two: “Average” will be renamed? And then values will be transferred to the table? If you have an example that would be great.
 

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

crutledge
Influencer
Forum|alt.badge.img+43
  • Influencer
  • Best Answer
  • March 22, 2025

Hi ​@mr_fme 

Can you share a picture of the data? From what I understand, you will have a table with a Month Column:

“Month”
1
2
3
4
...

You have another table with Columns:
“January” “February” “March” “April”…..”Average”

And when you Process the two: “Average” will be renamed? And then values will be transferred to the table? If you have an example that would be great.