> 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/importconfig-dataset.md).

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