json_to_csv
Convert a JSON array of objects to a structured CSV file for data analysis.
Instructions
Convert JSON array to CSV format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string | Yes | JSON string (must be array of objects) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |