convert_json_to_csv
Transforms a JSON string into a CSV file. Specify an optional delimiter for separating values.
Instructions
Convert JSON to CSV format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | JSON string to convert to CSV | |
| delimiter | No | CSV delimiter |