Multiple choice technology

A customer must compare the value of a decimal field to that of an integer field to determine whether to drop a row of data. What would be the correct stage to use for this requirement?

  1. The Transformer stage

  2. The Switch stage

  3. The Filter stage

  4. The Compare stage

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Transformer stage is the correct choice because it supports conditional logic and can handle comparisons between different data types (decimal and integer). While the Filter stage can drop rows, it doesn't handle cross-data-type comparisons as directly as the Transformer's expression language.