Icon

Row by row comparison

Process rows in one table in groups so they can be compared with a second table.

Output 3 tables which are:
Matching Rows
Rows only in Table1
Rows only in Table2

Table 1Table 2Process each group of valuesget column value as variableCreate rowid for this groupingGet rows for current groupCreate rowid for this groupingjoin onROWIDTop=MatchMid=In table 1 onlyBot = in table 2 onlyTop=MatchMid=In table 1 onlyBot = in table 2 onlyBottom = only in table 2(so they weren't processed by the loop)Table 2 onlyview outputsTable Creator Table Creator Group Loop Start Table Rowto Variable RowID Row Filter RowID Joiner Loop End Joiner Concatenate Excel Writer Column Filter Table 1Table 2Process each group of valuesget column value as variableCreate rowid for this groupingGet rows for current groupCreate rowid for this groupingjoin onROWIDTop=MatchMid=In table 1 onlyBot = in table 2 onlyTop=MatchMid=In table 1 onlyBot = in table 2 onlyBottom = only in table 2(so they weren't processed by the loop)Table 2 onlyview outputsTable Creator Table Creator Group Loop Start Table Rowto Variable RowID Row Filter RowID Joiner Loop End Joiner Concatenate Excel Writer Column Filter

Nodes

Extensions

Links