convert_data
FilesConverts data between supported formats.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_path | string | Yes | — | Input file path |
output_path | string | Yes | — | Output file path |
format | string | Yes | — | Target format e.g. csv json xlsx parquet |
Usage Example
RTILA X PROJECT JSON
{
"command": "convert_data",
"params": {
"input_path": "products.json",
"output_path": "products.csv",
"format": "csv"
}
}
Related Scenarios
- View /scenarios/data-transformation/5 · data transformation
Related Learning Articles
Was this helpful?
Thank you for your feedback!