csv_get_columns
Read only the header row of a CSV file to retrieve its column names, avoiding full file parsing when you just need the schema.
Instructions
Read just the header row of a CSV file in the workspace.
Args: path: Path to the CSV file, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |