In a Transformer expression for a stage variable, there is a nullable input column. What happens
when a row is processed that contains NULL in that input column?

A.
The job aborts.
B.
The row is rejected.
C.
NULL is written to the stage variable.
D.
The value written to the stage variable is undetermined.
Explanation: