table_table_write
Write rows to a CSV file using a JSON array of objects. Specify filepath and optional delimiter; the tool returns the count of rows written.
Instructions
[table] Write rows to a CSV file. Rows must be a JSON array of objects (string). Returns the number of rows written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| rows | Yes | ||
| delimiter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |