TableUnion Transform

This transform appends the columns of two tables and puts in "<null>" for the columns not common to both tables.

Example

The screenshots below show Table 1 and Table 2 individually, followed by the unified Table 3 that is the result of the TableUnion Transform.

Table 1:

Screenshot 1


Table 2:

Screenshot 2

Table 3 (after TableUnion Transform):

Screenshot 3

Updated July 8, 2024