# Dataset creation wizard

Allows for the creation of data sets.

## Steps

### Configuration

Data for the registration and identification for the creation of a new data set on the platform.

{{< staticImage "ux/DatasetWizard/NewDataSet/newDatasetConfiguration.png" "Configuration" >}}

### Definition Columns

You need to select one or more data streams for the configuration of columns. **Identifier Column** is the name of the identification column. Once the data stream is selected, we will press the add button.

{{< staticImage "ux/DatasetWizard/NewDataSet/addBtnDatastream.png" "DefinitionColumns" >}}

The following data will then appear:

**Path**: if the data stream value field is selected and its type is not a basic type, then a data path must be selected until you reach a field with a basic type.
**Alias**: Alias of the dataset.
**Apply Filter**:

- **Always**: Will always have to be filtered.
- **Yes**: It can be filtered or not.
- **No**: It will not be possible to filter.

Additionally, we can delete or close the dataset to improve visualization.

{{< staticImage "ux/DatasetWizard/NewDataSet/expandConfigDataset.png" "ColumnDataset" >}}

Here you can see a dataset in collapse format, with options for editing and deleting the dataset.

{{< staticImage "ux/DatasetWizard/NewDataSet/collapseDataset.png" "collapseDataset" >}}

Finally, we have a summary of the data set, where the following data will appear:

Name: name of the organization
Organization: name of the organization
Columns: columns with configured settings

{{< staticImage "ux/DatasetWizard/NewDataSet/summary.png" "collapseDataset" >}}

### Sorting Columns

In this step you can define the columns that will be used to sort the time series. You can have multiple sorting configurations, each one with multiple columns.

{{< staticImage "ux/DatasetWizard/NewDataSet/sorting.png" "Sorting Columns" >}}

- **Alias**: Identifier for the sorting configuration.
- **Description**: Description of the sorting configuration.
- **Columns**: List of columns to be used for sorting.
  - **Column**: Column from the time series to be used for sorting.
  - **Order**: Order to be used for sorting.
    - **Ascending**: Ascending order.
    - **Descending**: Descending order.

### Clone Data Set Configuration

In addition to creating a new data set, we can also clone an existing one and configure it.

{{< staticImage "ux/DatasetWizard/CloneDataset/cloneGeneral.png" "collapseDataset" >}}

### Clone Data Set Definition Columns

Having cloned the data set from a previously existing one, the previously configured columns will appear by default.

{{< staticImage "ux/DatasetWizard/CloneDataset/cloneExpandDataset.png" "collapseDataset" >}}

## Import/Export Configuration

Allows you to import and export the wizard's configuration via JSON.

{{< staticImage "ux/DatasetWizard/NewDataSet/btnModalJson.png" "btnJson" >}}

{{% ux-wizard-json-import-export %}}

{{< staticImage "ux/DatasetWizard/NewDataSet/itemJson.png" "items" >}}

{{% children sort="weight" depth="10" %}}

---
