Skip to main content
Solved

Find Values that Contain a string in AttributeValueMapper

  • August 19, 2019
  • 2 replies
  • 185 views

Forum|alt.badge.img

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"

 

 

Best answer by ebygomm

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

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

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • Best Answer
  • August 19, 2019

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


Forum|alt.badge.img
  • Author
  • 22 replies
  • August 19, 2019

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!!