Cell Replacer Joiner

A joiner implementation based on the Cell Replacer. Only works when the second table only has one occurrence of each join key. The Cell Replacer is streamable, so when multiple tables need to be joined extending this component with more inputs and Cell Replacers and then streaming the data can lead to increased performance compared to normal joiners in a row.

Options

Appended Columns
Columns that should be appended to the first table when the join columns match
Target Column
Enter Description
Lookup Column
Enter Description

Input Ports

Icon
The table to append the second table to.
Icon
The table to append to the first one.

Output Ports

Icon
First table with selected columns from the second table appended if join keys match.

Nodes

Extensions

Links