So I have an attribute (TYPE) that has several different values like WEST RAMP and GENERAL PARKING. I need a way to search that field and find values that contain "PARKING" or "RAMP" and map them appropriately. I was hoping to find a batch way of doing it since I have about 15 different destination values and would rather not have 15 StringSearchers. I thought about using a TestFilter but 15 output ports with AttributeSetter's isn't too clean.
Using that functionality, you can replace 1 TestFileter (having 15 output ports) and 15 AttributeCreators with only one AttributeCreator.
Takashi
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.