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?