# Append datasets

The Append step allows you to combine multiple datasets (listed in the DataHub) vertically, adding rows from other datasets to the current dataset.

### Step parameters

* `Select datasets to append` **column(string)\***: the name of the datasets you want to append to the current dataset

### Example

**Input**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-3231ce531dc79311411b74ba0f43c6d31b212416%2Fcombine_append_1.png?alt=media" alt=""><figcaption><p>Combine - append - dataset 1</p></figcaption></figure>

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-5ecbe0f088409a3e41ddb77673677bc84eb36fda%2Fcombine_append_2.png?alt=media" alt=""><figcaption><p>Combine - append - dataset 2</p></figcaption></figure>

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-ca5cdbc3365b30c55c3ebafb914dbecac8231da5%2Fcombine_append_3.png?alt=media" alt=""><figcaption><p>Combine - append - dataset 3</p></figcaption></figure>

**Configuration**

```json
{
    "datasets": ["dataset_to_append_2", "dataset_to_append_3"]
}
```

**Output**

<figure><img src="https://1809014303-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZxYYf1KpgarKMgMsDCrw%2Fuploads%2Fgit-blob-0ea05fd275095f231ef8ba1220c949001e6d1396%2Fcombine_append_result.png?alt=media" alt=""><figcaption><p>Combine - append - output</p></figcaption></figure>
