Concatenate Tables and Combine String Cells
This workflow demonstrates a use case of ETL (Extract, Load, Transform). It accesses data from multiple Excel sheets of the same file, merges the data by concatenating the two datasets and combining columns, and lastly appends the combined data table to a new sheet in an Excel file.
In this example, we access the athlete event results of the 2020 Summer Olympic Games. The data is separated in two sheets (identical table structure) in the same Excel file:
Sheet 1: The results for Germany
Sheet 2: The results for the USA
We proceed to concatenate the two tables and combine the values of the two columns "sport" and "event" into a new "discipline" column. Lastly, we write the combined data table to a new sheet in the existing Excel file.
For a detailed overview of each node in this workflow, refer to the workflow description in the Info panel.
💡 To view each node's configuration, select the node and see the configuration pane on the right side of the workflow editor.