csv_to_table
Import a CSV file and convert it into a table within your current document. Specify delimiter for custom column separation.
Instructions
Import a CSV file as a table in the current document.
Args: csv_path: Path to the CSV file delimiter: Column delimiter (default comma)
Returns: Success or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv_path | Yes | ||
| delimiter | No | , |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |