Skip to main content

FME People,

I'm trying to limit the number of source values I use in the AttributeValueMapper by using the following statement as my Source Value: @Value(LAYERTYPE) Ends With _Wd, In other words I have many different attribute values ending with "_Wd" and I want to reassign all of the those to one new value. The destination attribute ends up being an empty value. I moving data from SDE (oracle) to a file geodatabase.

Gary

No, the AttributeValueMapper only works with specific values. However, you can use the AttributeManager and set conditional values there, for which you can use all of the TestFilter's options.


No, the AttributeValueMapper only works with specific values. However, you can use the AttributeManager and set conditional values there, for which you can use all of the TestFilter's options.

Exactly what I needed. Thanks for your help.

 

 


Reply