query_csv_results
Query CSV results by specifying a file path, optional columns, and row limit to retrieve structured JSON data with columns, row count, and rows.
Instructions
Read and query a CSV result file.
Parameters
file_path: Path to the CSV file. columns: Comma-separated column names to include (all if empty). max_rows: Maximum rows to return (default 1000).
Returns
JSON with columns, row_count, and rows.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| columns | No | ||
| max_rows | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |