Filter rows

To filter rows (remove the rows from the output for example) set thetrans_Status variable as follows:

trans_Status = CONTINUE_TRANSFORMATION
if (/* add your condition here */) trans_Status = SKIP_TRANSFORMATION

All rows matching the specified condition are removed from the output.

Last updated

Was this helpful?