Skip to main content
Solved

Attribute Creator - using attribute value for a new attribute name

  • September 21, 2018
  • 6 replies
  • 452 views

bgeorges
Contributor
Forum|alt.badge.img+5

I would like to use an attribute value for a new attribute name using the Attribute Creator transformer, but this just not working. The new attribute is not created even if we can parameter the Attribute Creator to do so:

I am using FME 2018.1.0.1 64bits

I have found this old question with the same issue. According to the accepted answer, the issue was suppose to be fixed in FME 2017. So is the problem fixed or not?

Best answer by ebygomm

You need to expose the attribute after creation for it to be visible in the workflow. It works fine in 2018 for me

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.

6 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 21, 2018

I have used this too.

The attribute seems to be created, but not exposed.

If you check the data in the Data Inspector, you will not find the attribute in the Table panel, but if you select a feature, you will see it in the Feature attributes panel.

Using an AttributeExposer to expose all created attributes will help showing the attributes and their values.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • September 21, 2018

You need to expose the attribute after creation for it to be visible in the workflow. It works fine in 2018 for me


Forum|alt.badge.img
  • 30 replies
  • November 26, 2019

I have used this too.

The attribute seems to be created, but not exposed.

If you check the data in the Data Inspector, you will not find the attribute in the Table panel, but if you select a feature, you will see it in the Feature attributes panel.

Using an AttributeExposer to expose all created attributes will help showing the attributes and their values.

I am having the same problem. I tried attribute exposer but I don't see the attributes that were (supposedly) created in the "Attributes to Expose" dropdown. I'm using FME 2019.

Thank you,

 

Randy


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • November 26, 2019

I am having the same problem. I tried attribute exposer but I don't see the attributes that were (supposedly) created in the "Attributes to Expose" dropdown. I'm using FME 2019.

Thank you,

 

Randy

You have to manually type the attributes in, they won't be selectable in a drop down


harmen_kampinga
Forum|alt.badge.img+2

You have to manually type the attributes in, they won't be selectable in a drop down

No, that's not the way FME should work, to my opinion... then there is no dynamic solution anymore.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • January 22, 2020

No, that's not the way FME should work, to my opinion... then there is no dynamic solution anymore.

If you are writing dynamically, there is no reason to expose attributes in the workspace