Skip to main content

Join tables

Data & VariablesLow risk

Match two tables on a key column, or list the rows that have no match

Inputs

NameTypeRequiredDefaultDescription
First Table
leftTableName
variableRequired
Second Table
rightTableName
variableRequired
First Table Key Column
leftKey
stringRequired
Second Table Key Column
rightKey
stringOptionalLeave empty when both tables use the same column name
Keep
joinType
enumOptionalinner
innerleftleftOnly
Match Case
caseSensitive
booleanOptionalfalse
Prefix For Second Table Columns
rightPrefix
stringOptionalApplied only where a column name exists in both tables
Output Variable
outputVariable
variableOptionaljoinedTable

Output

joinedTableDataTable

Joined data table

  • RowsArray
  • ColumnsArray
  • RowCountNumber

Compatibility

WindowsLinuxAttendedUnattended

Related activities