Skip to main content
Solved

How to eliminate empty spaces in address field?

  • February 18, 2023
  • 2 replies
  • 19 views

vxn43
Supporter
Forum|alt.badge.img+18

If I have addresses in an address field formatted for example:

1234 Elm St

 

...and I want to remove all spaces to change the field value to look like this:

1234ElmSt

 

What Transformer and Parameter would I use?

Best answer by danilo_fme

Hi @timh​ 

 

There is another sugestion for your case. Is the custom transformer StringCleaner:

 

StringCleaner 

Thanks in Advance,

Danilo

 

 

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

tomfriedl
Contributor
Forum|alt.badge.img+13
  • Contributor
  • 177 replies
  • February 18, 2023

You can use StringReplacer​. Substitude space through nothing.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • Best Answer
  • February 20, 2023

Hi @timh​ 

 

There is another sugestion for your case. Is the custom transformer StringCleaner:

 

StringCleaner 

Thanks in Advance,

Danilo