csv_to_json
Convert a CSV file from the workspace into JSON row objects keyed by header column.
Instructions
Read a CSV file from the workspace and convert it to a list of row objects keyed by header column.
Args: path: Path to the CSV file, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |