Skip to main content
Version: v1.13 print this page

JoinOnCommonColumns

This node joins the incoming dataframes on 1 or more columns

Input

It takes in 2 DataFrames as input and produces one DataFrame as output by joining on the specified columns

Output

The output DataFrame produced as a result of joining the incoming DataFrames on the specified columns

Type

join

Fields

NameTitleDescription
joinColsJoin ColumnsSpace separated list of columns on which to join
joinTypeJoin TypeType of Join
outputColNamesOutput Column NamesName of the Output Columns
outputColTypesOutput Column TypesData Type of the Output Columns
outputColFormatsOutput Column FormatsFormat of the Output Columns
whereClauseWhere Clausewhere condition after join function