Convert Format
cc_convert_formatConvert data files between JSON, CSV, INI, YAML, TOML, XML, and TOON formats. Specify source, target, input and output formats.
Instructions
Converts between JSON, CSV, INI, YAML, TOML, XML, and TOON formats.
Args:
input_path (string): Source file
output_path (string): Target file
input_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon"
output_format (string): "json" | "csv" | "ini" | "yaml" | "toml" | "xml" | "toon"
json_indent (number): JSON indentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Source file | |
| json_indent | No | JSON indentation | |
| output_path | Yes | Target file | |
| input_format | Yes | Input format | |
| output_format | Yes | Output format |