Convert Format
cc_convert_formatConvert configuration files between JSON, CSV, INI, YAML, TOML, XML, and TOON formats. Specify source and target file paths with input and output formats to transform data between structured 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 | |
| output_path | Yes | Target file | |
| input_format | Yes | Input format | |
| output_format | Yes | Output format | |
| json_indent | No | JSON indentation |