Skip to main content
Solved

Using the AttributeConcatinator transformer, how do I represent a blank space in the Separator String: data entry?

  • January 19, 2023
  • 2 replies
  • 20 views

Using the AttributeConcatinator transformer, how do I represent a blank space in the Separator String: data entry?

Best answer by markatsafe

@robeesafe​ Use the String Type "Constant" and then just enter a space. The Concatenated Result pannel should show something like:

@Value(attr1) @Value(attr2)

where you should be able to see the space.

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

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • January 19, 2023

@robeesafe​ Use the String Type "Constant" and then just enter a space. The Concatenated Result pannel should show something like:

@Value(attr1) @Value(attr2)

where you should be able to see the space.


  • Author
  • 24 replies
  • January 19, 2023

It worked, thanks!!!