Skip to main content
Solved

Add a prefix to field values

  • September 19, 2016
  • 2 replies
  • 555 views

Forum|alt.badge.img

Add a prefix that is a constant to all values of a certain field (attribute). For example: Name, Age are 2 values of a field then they are to be replaced by Old_Name, Old_Age

Best answer by takashi

Hi @raghunaren, if the "Name" and "Age" are attribute names, try using the BulkAttributeRenamer (Action: Add String Prefix). If those are attribute values, you can concatenate the constant "Old_" and each value with the StringConcatenator (or AttributeCreator or AttributeManager).

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

takashi
Celebrity
  • Best Answer
  • September 19, 2016

Hi @raghunaren, if the "Name" and "Age" are attribute names, try using the BulkAttributeRenamer (Action: Add String Prefix). If those are attribute values, you can concatenate the constant "Old_" and each value with the StringConcatenator (or AttributeCreator or AttributeManager).


Forum|alt.badge.img
  • Author
  • September 20, 2016

Hi @raghunaren, if the "Name" and "Age" are attribute names, try using the BulkAttributeRenamer (Action: Add String Prefix). If those are attribute values, you can concatenate the constant "Old_" and each value with the StringConcatenator (or AttributeCreator or AttributeManager).

Thank you. I was able to get this done with StringConcatenator.