Step: Stack
Overview
Example starting data:
Source (t0) table1 (t1)
/*---------+--------* /*---------+--------+
| student | score | | student | score |
+---------+--------+ +---------+--------+
| jane | 83 | | tom | 83 |
| kim | 35 | | sherri | 92 |
| sam | 74 | | pat | 48 |
| zay | 62 | | jade | 87 |
*---------+--------*/ *---------+--------*/Example output data:
/*---------+--------*
| student | score |
+---------+--------+
| jane | 83 |
| kim | 35 |
| sam | 74 |
| pat | 62 |
| tom | 83 |
| sherri | 92 |
| pat | 48 |
| jade | 87 |
*---------+--------*/Step structure

Field descriptions
Field
Description
Stack types
Union
Except
Intersect
Examples
Example 1: Basic union
Starting data:
Input fields:

Output data:
Example 2: Bulk union and variable misalignment
Starting data:
Input fields:

Output data:
Example 3: Except
Starting data:
Input fields:

Output data:
Example 4: Intersect
Input fields

Output data:
Last updated
Was this helpful?

