I want to map the Source and Destination columns by Single Transformation in SSIS.
ie, All the columns in source must be combined together and map to the destination column. Therefore only one line will be there from source to destination.
We can achieve this task in SQLServer2000 using Copy column while mapping. I need to do it in same way.
Please advice is it possible in SSIS?