This gem runs in .
Overview
The Union gem lets you combine records from different tables for cases such as merging customer databases or aggregating logs from multiple servers.Input and Output
To add additional input ports, click
+ next to Ports.
All input tables must have identical schemas (matching column names and data types). If table columns have different orders or a different number of columns, use the UnionByName gem.
Parameters
Example
Let’s say you’re working with two tables: Table A and Table B.- Both tables contain order-related data.
- Table A contains order information from customer
1,2, and3. - Table B contains order information from customer
1,2,3, and4. - These tables contain some identical records (duplicates).

