Hub
Pricing About
ComponentComponent

Join Like Full Outer

takbb profile image
Draft Latest edits on 
Aug 10, 2024 4:19 PM
Drag & drop
Like
Use or download
Joins two tables based on a selected column value in the TOP input table matching a Wilcard pattern contained in the  BOTTOM input table.
Standard SQL wildcards are used by default:
% = match any character
_ (underscore) = match a single character

The configuration allows you to specify alternative wildcards
e.g.
* match any
? match single.

This version of the Join Like component additionally returns the unmatched rows from both input tables, and optionally allows you to return the ROWID from each of the input data sources as separate columns making it easier to analyse the resultant joins

This is a convenience to allow alternative/familiar wildcards to be used.
Note though that even when supplying different wildcards, the built in % and _ will remain operational.

25 May 2023 @takbb Brian Bates

Component details

Input ports
  1. Type: Table
    Table containing source value
  2. Type: Table
    Table containing the "lookup" wildcard pattern to match to the source data
Output ports
  1. Type: Table
    Joined Output
    The resultant output table from the joining of the two tables
  2. Type: Table
    Left Unmatched
    The rows from the LEFT (upper input table) that did not match
  3. Type: Table
    Right Unmatched
    The rows from the RIGHT (lower input table) that did not match

Used extensions & nodes

Created with KNIME Analytics Platform version 4.7.8
  • Go to item
    KNIME Base nodesTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.8

    knime
  • Go to item
    KNIME DatabaseTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.4

    knime
  • Go to item
    KNIME JavasnippetTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.0

    knime
  • Go to item
    KNIME Quick FormsTrusted extension

    KNIME AG, Zurich, Switzerland

    Version 4.7.4

    knime

This component does not have nodes, extensions, nested components and related workflows

Legal

By using or downloading the component, you agree to our terms and conditions.

KNIME
Open for Innovation

KNIME AG
Talacker 50
8001 Zurich, Switzerland
  • Software
  • Getting started
  • Documentation
  • Courses + Certification
  • Solutions
  • KNIME Hub
  • KNIME Forum
  • Blog
  • Events
  • Partner
  • Developers
  • KNIME Home
  • Careers
  • Contact us
Download KNIME Analytics Platform Read more about KNIME Business Hub
© 2025 KNIME AG. All rights reserved.
  • Trademarks
  • Imprint
  • Privacy
  • Terms & Conditions
  • Data Processing Agreement
  • Credits