Page 1 of 1

need to concatenate multiple input columns into 1 output col

Posted: Mon Oct 18, 2010 11:50 am
by yogeshhd
need to concatenate multiple input columns into 1 output column for each record. I am reading data from xml sources, after reading data the requirement is to concatenate the input columns of a record to 1 column and store. I feel using transformer stage variable is expensive. Please suggest any alternative. Thanks

Re: need to concatenate multiple input columns into 1 output

Posted: Mon Oct 18, 2010 12:00 pm
by kittu.raja
Use a Pivot stage and you can achieve it

Posted: Mon Oct 18, 2010 1:04 pm
by chulett
It's not a pivot, just a concatenation. And there really shouldn't be any extra 'expense' with doing it in a stage variable.

Re: need to concatenate multiple input columns into 1 output

Posted: Thu Oct 21, 2010 5:09 am
by sridinesh2009
use column export stage