> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/model-building-commands/dataset-commands/exportconfig-dataset.md).

# 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
```
