SSIS NULL Function
SSIS Replace Function
Example where 10 is the length of the string and 1252 is the Encoding:
REPLACE(IncomingColumnName, "String you want to replace", NULL(DT_STR,10,1252))
Example where 20 is the length of the string and the string is in Windows "Unicode":
REPLACE(IncomingColumnName, "String you want to replace", (DT_WSTR,20))
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato