tool_json_to_csv
Convert a JSON array into CSV text using a customizable delimiter. Turn structured JSON data into a tabular format for spreadsheets or data pipelines.
Instructions
Convert a JSON array to CSV text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delimiter | No | , | |
| json_data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |