Skip to main content
The Append Dataset step combines datasets with the same structure one on top of the other. Use it when the same data lives in separate datasets — different months or years, for example — and you need it as one series. Select the datasets to append and the variables to include, then choose how duplicates should be handled.
Selecting datasets and variables to append
Check that the datasets really do share the same structure before appending. Mismatched column names produce sparse columns rather than an error.

Fetching and modifying before appending

You can also transform data before it is appended:
1

Fetch the source

In the Fetch step, select the dataset you want to take data from, and apply any steps you need.
2

Configure duplicate handling

In the Append Dataset step, choose how duplicate records are dropped: keep the first occurrence, keep the last occurrence, or drop all duplicates.
Duplicate handling options in the Append Dataset step
Appending stacks rows vertically. To join datasets side by side on shared entities, use Merge branches.

Next steps

Merge branches

Join datasets on common entities instead.

Sort values

Restore chronological order after appending.