Category: Transform / Basic
This action appends another table to the current dataset. This action can operate in 2 modes:
To append multiple datasets, apply the "Append" action multiple times.
Setting | Description |
---|---|
Table to append | Select the dataset to append to the current one. |
Mode | Options: Append rows at the bottom (columns with the same name are concatenated into one column), and, Append columns to the right (columns with the same names are automatically renamed) |
Regardless of the mode, a dotted line will connect this action to the appended dataset in the application window.
Append Table 2 to Table 1 as additional columns.
Table 1: Rivers list
River | Continent |
---|---|
Nile | Africa |
Amazon | South America |
Table 2: The outflow
River | Outflow |
---|---|
Nile | Mediterranean |
Amazon | Atlantic Ocean |
River | Continent | Outflow |
---|---|---|
Nile | Africa | |
Amazon | South America | |
Nile | Mediterranean | |
Amazon | Atlantic Ocean |
Append columns to the right