importconfig dataset
The importconfig dataset
command imports previously exported dataset metadata from a json file into the current working project and creates a new dataset using the name you specify.
Syntax
importconfig dataset <new dataset name>,<json file name>
Parameters
Parameter
Description
<new dataset name>
The name of the new dataset that will be created
<json file name>
The name of the external json file that contains the dataset definition
Example
[ ]: importconfig dataset trip_1_dataset_v2,trip_1_dataset_config.json
Last updated