> For the complete documentation index, see [llms.txt](https://glyue.docs.sandboxbanking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glyue.docs.sandboxbanking.com/etl/workflows/filter.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
