End IF

This nodes takes the data either from the top or bottom input port or concatenates the two tables if both branches contain data.

Options

Duplicate RowID handling
How to handle duplicate row identifiers (RowID) when concatenating the two input tables.
  • Append suffix: The output table will contain all rows, but duplicate row identifiers are labeled with a suffix. Similar to the "Skip Rows" option this method is also memory intensive.
  • Skip rows: Duplicate row identifiers (RowID) occurring in the second table are not appended to the output table. This option is relatively memory intensive as it needs to cache the RowIDs in order to find duplicates.
Suffix
The suffix to append to duplicate row identifiers (RowID) to make them unique.
Enable hiliting
Enables hiliting between both inputs and the concatenated output table.

Input Ports

Icon
The first input table.
Icon
The second input table.

Output Ports

Icon
Output Table.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.