Skip to main content
Solved

How to add extra empty space to end of the attribute value ?

  • July 25, 2021
  • 2 replies
  • 142 views

gogopotter90
Contributor
Forum|alt.badge.img+14

i would like to add 6 extra character empty space at end of attribute value that include text .

How could i achieve that ?

 

FME 2018

Best answer by hkingsbury

You've a couple of options, easiest would be to use the StringConcatenator

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/stringconcatenator.htm

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

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • Best Answer
  • July 25, 2021

You've a couple of options, easiest would be to use the StringConcatenator

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/stringconcatenator.htm


gogopotter90
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • 239 replies
  • July 25, 2021

You've a couple of options, easiest would be to use the StringConcatenator

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/stringconcatenator.htm

Thanks alot ,this transformer what i was looking for .