Skip to main content

Hello,

I am trying to use AttributeValueMapper to Map values that contain a certain string as "Pending" to an existing field. I am not sure if this is the right approach or If I have to add another transformer, or if I am just using the wrong Wildcards. I have and AttributeRangeMapper that is working perfectly before it. I need to take those values and add a new category "PENDING" to the same field for the strings that contain "PPA", that's why I have those values as default. It is showing the default values but not any "Pending"

 

 

A conditional statement in an attributecreator is probably a better option if you don't have an exact match


A conditional statement in an attributecreator is probably a better option if you don't have an exact match

Thanks so much, that worked perfectly. I wasn't 100% sure if you could use attributeCreater with an existing Field!!