Hi,
I have a derived column in which i am concatenating 2 columns but i want to check if any column is NULL then replace it with "" which i am not able to do with ISNULL operator of SSIS.
Eg code:
TRIM(SUBSTRING([Column 0],35,3)) + "-" + TRIM(SUBSTRING([Column 0],38,3))
Please Anybody help me...