Page 1 of 1

Trim space in between to words in transformer

Posted: Wed Jul 15, 2009 3:17 am
by arnie_nits
Hi,

I have a name like 'John Watson'. Now I want it like 'JohnWatson'.
Please tell me how to do this in transformer.

Regards,
Arnie

Posted: Wed Jul 15, 2009 3:23 am
by meet_deb85
use this trim("string"," ","A")

Posted: Wed Jul 15, 2009 4:32 pm
by ray.wurlod

Code: Select all

Convert(" ", "", InLink.TheName)