# Filter rows

To filter rows (remove the rows from the output for example) set the**trans\_Status** variable as follows:

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

```

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