csv_query
Query a CSV: select/filter/sort/limit. One of url or csv.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | No | Raw CSV (alt. to url). | |
| url | No | CSV URL (alt. to csv). | |
| limit | No | Default 500, max 5000. | |
| filter | No | 'col op value'. | |
| format | No | Default json. | |
| select | No | Columns, comma-separated. | |
| headers | No | Headers to forward (Authorization, Cookie…). | |
| sort_by | No | Sort column. | |
| sort_dir | No | Default asc. |