filter_rows
Filter rows in Excel or CSV files by applying conditions to column values, enabling targeted data extraction and analysis.
Instructions
Filter rows based on column values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the CSV or Excel file | |
| column | Yes | Column name or index (0-based) | |
| condition | Yes | Condition: equals, contains, greater_than, less_than | |
| value | Yes | Value to compare against | |
| sheet | No | Sheet name for Excel files (optional) |