dontknow
Login to rate this answer.
LENIN
Answered On : Nov 15th, 2005
EXPESSION transformation detects and flags the rows from source.
Filter transformation filters the rows that are not flagged and passes the flagged rows to the Update strategy transformation
Login to rate this answer.
Expression finds the Primary key is or not, and calculates new flag
Based on that New Flag, filter transformation filters the Data
Cheers,
Sithu
Login to rate this answer.
suhas
Answered On : May 19th, 2006
You can use the Expression transformation to calculate values in a single row before you write to the target. For example, you might need to adjust employee salaries, concatenate first and last names, or convert strings to numbers.
Login to rate this answer.