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.
- Type: TableInput tableThe table to append the second table to.
- Type: TableAppended tableThe table to append to the first one.