Skip to main content
Question

Attributevaluemapper does not give me the field I want to map

  • August 1, 2017
  • 2 replies
  • 52 views

Forum|alt.badge.img

I have a workspace that reads mulitple files with mulitiple feature types (the reader shows <ALL>, and I have merge feature type set to merge filter * and filter type Wildcard) and maps them into one table that contains all objects.

I want to use a attributevaluemapper to map some integer values to some text that I will place into a text field. I cant do this as the attributevaluemapper wont show me the attribute I want to map from, and I cant write in the name of the attribute I would like to use as the source. It seems to just be listing the attributes that it has found in one of the feature types in the source files.

How do I get it to give me this attribute as an option?

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.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • August 1, 2017

Use the AttributeExposer before the AttributeValueMapper to make the field visible.


Forum|alt.badge.img
  • Author
  • August 2, 2017

Use the AttributeExposer before the AttributeValueMapper to make the field visible.

That worked. Thanks for your help.