table_table_write
Write structured data rows to a CSV file using JSON input, returning the count of rows successfully 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| rows | Yes | ||
| delimiter | No |