table_table_filter
Filter CSV/TSV table rows by applying conditions to specific columns using comparison operators like equals, contains, or greater than.
Instructions
[table] Filter rows in a CSV/TSV file where a column matches a condition. Returns matching rows as a JSON array. Operators: eq, ne, gt, lt, gte, lte, contains, startswith.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| column | Yes | ||
| operator | Yes | ||
| value | Yes |