Page 1 of 1

trim space or blank in between

Posted: Tue Jan 08, 2013 9:56 am
by harryhome
I have couple of char columns in source which are concatenated in source stage. So in next stage I have a transformer where the result data type is changed from char to varchar.
Next there is one more transformer, where this varchar result column has inbetween spaces, how to remove these inbetween space?

Re: trim space or blank in between

Posted: Tue Jan 08, 2013 10:08 am
by bob7027
StripWhiteSpace function in transformer

or CompactWhiteSpace try this

Posted: Tue Jan 08, 2013 10:15 am
by chulett
"inbetween spaces"? Pretty vague. :?

How about some before and after examples so we have some confidence that the right question is being answered.