Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS script component to concatenate field

Author  Topic 

wingfielda
Starting Member

2 Posts

Posted - 2007-06-28 : 16:33:26
Is there a Data Flow Transromation in SSIS to take multiple columns from an excel sheet and concatinate them into one filed.

Ex:
'Strt-Address', 'City', 'State' into 'HomeAddress'.

I could dump them into a temp table and concatinate the fields and insert that into the destination but that seems like a waiste of using SSIS.

Thanks

ekb18c
Starting Member

18 Posts

Posted - 2007-06-28 : 22:50:46
Try this article...

It worked wonders for me. UDF

http://sqljunkies.com/WebLog/amachanic/archive/2004/11/10/5065.aspx
Go to Top of Page
   

- Advertisement -