convert_json_to_csv
Transform JSON data into CSV format for direct use in spreadsheets and data analysis tools.
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 |