String contains filter

Check if your string values contain specific substrings in order to filter them in or out.

Filter Concurrent Distributed execution possible
  • MATCHED

    Outcome when a substring is matched/contained in the input string.

  • UNMATCHED

    Outcome when none of the substrings are matched/contained in the input string.

  • Column

    InputColumn<String> Required
  • Substrings

    Substring(s) to look for

    List of String Required
  • Case sensitive

    boolean Required