For example, if the shapefile contain an attribute filed called 'CONTACT' and need to populate its rows with following URLs embedded to display as text strings (display text) instead of actual URL vales as follows.
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.
If you have a limited number of URL that you want to display as text, then I would suggest using the AttributeValueMapper to create a new attribute (text) to populate the shapefile attribute values.
Another approach would be to use conditional statements in an AttributeCreator or AttributeManager.