> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/rda/rda-userguide/rda-data-management-cfxdm/cfxdm-dm-save.md).

# cfxdm - dm:save

Save data into a named dataset

**dm:save:** This cfxdm tag allows the user to save the retrieved data from an extension's tag as a named dataset for later consumption.

**dm:save** synta&#x78;**:** Below arguments are supported.

* **name** (mandatory): Name (unique) of the dataset which is to be saved.
* **publish** (optional): Name of the tag to ingest or publish into cfxDimensions platform. It can be used only with cfxDimensions platform configuration.

{% hint style="info" %}
This extension tag is typically used along with [**dm:recall** ](/rda/rda-userguide/rda-data-management-cfxdm/cfxdx-dm-recall.md)tag.&#x20;
{% endhint %}

{% hint style="info" %}
To list the named datasets, use [**dm:savedlist**](/rda/rda-userguide/rda-data-management-cfxdm/cfxdm-dm-save.md) tag.
{% endhint %}

In the below example, for a reference, we are going to use **VMware vROps** as an extension to query the data and ingest it into **dm:selectcolumns** to select specific columns using include/exclude or both together.

Enter the below command to select **VMware vROps Alerts tag (@vrops:alerts**). (In this example, vrops name is used as a label to identify VMware vROps extension and it's tags. The label is defined while adding the extension in cfxdx configuration file or through UI)

```
tag @vrops:alerts
```

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-MVi1J-o3X92eod9Zbws%2F-MVi2SEZYVnklETBKvgq%2FScreen%20Shot%202021-03-13%20at%204.05.37%20PM.png?alt=media\&token=5e00c0a0-f9d3-4172-bcc2-191702893ac6)

**Example 1:**&#x20;

Get VMware vROps alert data and save it as a named dataset.

```
data --> dm:save name = 'vrops-alerts'
```

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-MW1pLIx76KKlRGahL7r%2F-MW1s4gEJb6_Sq34WVIW%2FScreen%20Shot%202021-03-17%20at%206.08.08%20PM.png?alt=media\&token=cc41e647-735c-4faa-9ed3-097afc36e6bc)

Use **dm:savedlist** tag to list saved datasets

```
tag dm:savedlist
```

```
data
```

![](https://2978683539-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LhoMVYxiQlKXh6OxX98%2F-MW1pLIx76KKlRGahL7r%2F-MW1sEzJS-oMIQzSuI2V%2FScreen%20Shot%202021-03-17%20at%206.08.50%20PM.png?alt=media\&token=dc9b0966-3254-409c-ac58-c02325e977f5)
