Expression transformation performs:
-
Field level calculation
-
Row Level Calculation
-
Batch Level Calculation
-
None
B
Correct answer
Explanation
Expression transformation performs row-level calculations, applying logic to each row of data passing through it. It can create new ports, modify existing values, and apply functions like concatenation or arithmetic operations. Field-level would mean per-column (which doesn't make sense as a concept), and batch-level implies aggregation which Aggregator does.