convert_json_to_csv
Transform JSON objects or arrays into CSV format for direct import into spreadsheet applications, simplifying data analysis and reporting.
Instructions
Convert JSON object or array to CSV format.
Use this to transform API responses or structured data into
spreadsheet-compatible CSV format.
Parameters:
json_str — JSON string (object or array of objects) to convert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |