convert_format
Convert data files between JSON, YAML, TOML, XML, CSV, and INI formats. Reads input and writes output to target paths.
Instructions
Convert between data formats: JSON, YAML, TOML, XML, CSV, INI. Reads input file and writes output file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | Source file path | |
| output_path | Yes | Target file path | |
| input_format | Yes | Source format | |
| output_format | Yes | Target format |