Skip to main content

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?

You can use StringReplacer​. Substitude space through nothing.


Hi @timh​ 

 

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

 

StringCleaner 

Thanks in Advance,

Danilo

 

 


Reply