To filter rows (remove the rows from the output for example) set the trans_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.