Transforms a CSV file to JSON format.
Version | 1.0 |
---|---|
Bundle | tools |
Categories | Convert |
Authors | Mikko Kivelä (bolozna@gmail.com) |
Issue tracker | View/Report issues |
Requires | python |
Source files | component.xml CSV2JSON.py |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | CSV | Mandatory | The input CSV file. |
Name | Type | Description |
---|---|---|
out | JSON | Resulting JSON file. |
Name | Type | Default | Description |
---|---|---|---|
columnsFieldName | string | "columns" | The name of the columns field in the JSON file. |
dataFieldName | string | "data" | The name of the data field in the JSON file. |
format | string | "plot" | Standard format of the output, currently supported: plot, table. |
Test case | Parameters▼ | IN in |
OUT out |
|||
---|---|---|---|---|---|---|
case1 | properties | in | out | |||