Detailed Description of Union Same

This step combines multiple separate data flows into single data flow.

The input data flows must have the same column definitions (meaning the same names and types of columns). The columns must also be in the same order. The column definition of the output data flow corresponds to the column definition of the input flows.


Top of page

Example: Example
<step id='unionSame' className='cz.adastra.cif.tasks.conditions.UnionSame'>
</step>

iWay Software