Page 1 of 1

concatenate two columns

Posted: Wed Dec 15, 2010 10:22 am
by vemisr
HI ,

how can i concatenate two columns in transformer.

link2.first_name : link2.Last_name

so i need to get the firstname lastname.


thanks
Vemi

Re: concatenate two columns

Posted: Wed Dec 15, 2010 11:06 am
by anil411
Try this:
link2.first_name :" ": link2.Last_name

concatenate two columns

Posted: Thu Dec 16, 2010 6:15 am
by ajay.vaidyanathan
Hi,
You can use this Col1:Col2