# Filter

The Filter node enables removing certain records from the ETL process if they match a specific condition.

## Anatomy

<figure><img src="/files/wbVvTD9P4dNMHCIE2GTs" alt=""><figcaption></figcaption></figure>

1. Button to add a new filter condition.
2. A configured filter condition.
3. Button to delete a filter condition.
4. The column to filter on.
5. The operator used to perform the comparison.
6. The type the column should be treated as.
7. The value to compare to.
8. Button to switch to Python mode.

## Python Mode

In addition to the Filter Editor for configuring filter conditions, you can use custom Python to perform the filtering.

<figure><img src="/files/XcpJD5Yldkk6I8mXWG3F" alt=""><figcaption></figcaption></figure>

For more information about writing and executing custom Python, check out [the documentation for the Python transformation](/etl/workflows/transform.md#python).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://glyue.docs.sandboxbanking.com/etl/workflows/filter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
