json_to_csv
Convert a JSON array of objects to CSV with configurable delimiters, columns, and nested object flattening. Handles up to 50,000 rows per request.
Instructions
Convert a JSON array of objects to CSV. Configurable delimiter, columns, optional flattening of nested objects with dot-keys (e.g. meta.city). Max 50,000 rows per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | ||
| columns | No | ||
| flatten | No | ||
| newline | No | ||
| delimiter | No | , | |
| include_headers | No |