Performs inner or outer joins between the main data flow and the lookup
            flow.
      
         tJoin joins two tables by doing an
            exact match on several columns. It compares columns from the main flow with reference
            columns from the lookup flow and outputs the main flow data and/or the rejected
            data.