Skip to main content

Join Data Tables

Overview


Joins two data tables on specified columns

Input

Join Tables

NameRequiredDescription
Left TableSelect the left table for the join operation.
Right TableSelect the right table for the join operation.
Join TypeSelect the type of join you want to perform.
Left Key ColumnEnter the name of the column in the left table that will be used as the key for the join.
Right Key ColumnEnter the name of the column in the right table that will be used as the key for the join.
Normalise Join ValuesWhen evaluating a join, the values will be compared as case-insensitive and trimmed strings.

Output

JoinResult The resulting data table after the join operation