Import SimpleJSON
Instructions for use
Import SimpleJSON
Parameter description
| Parameter Name | Default Value | Parameter Interpretation | Parameter Type |
|---|---|---|---|
| File path | Path information of the data to be imported | String | |
| Target datasource | Specify the data source where the result dataset is stored | Datasource | |
| The name of the resulting dataset | Specified resulting dataset name | String | |
| Group | Supports importing data into a specified group. By default, it is empty. When no group is selected, data is imported under the data source. | String | |
| Character set type | ANSI | Character set type of the file to be imported | Charset |
| Encoding type of the dataset | NONE | Encoding type of the dataset to be generated | EncodeType |
| Import schema | NONE | Import mode when a dataset with the same name exists | ImportMode |
| Whether to import empty dataset | false | Whether to import empty dataset. True means import, false means do not import. | Boolean |
Output Result
| Parameter Name | Parameter Interpretation | Parameter Type |
|---|---|---|
| Result dataset | Result dataset | DatasetVector |