exportconfig dataset

The exportconfig dataset command exports the definitions of a dataset to a json file. You can then import the json file into a project to create a new dataset, without having to manually configure all the features again.

Syntax

exportconfig dataset <dataset name>,<json file name>

Parameters

Parameter
Description

<dataset name>

The name of the dataset whose definitions you want exported

<json file name>

The name of the external json file

Example

[ ]: exportconfig dataset trip_1_dataset,trip_1_dataset_config.json

     Dataset trip_1_dataset configuration exported successfully to trip_1_dataset_config.json