PatternMatch¶
Type¶
transform
Class¶
fire.nodes.quality.NodeCheckPattern
Fields¶
Name |
Title |
Description |
|---|---|---|
inputCols |
Column Name |
The column name. |
patterns |
Patterns |
Define matching patterns for column values. |
weightage |
Weightage |
Weightage |
Details¶
Pattern Match Node¶
Overview:¶
The Pattern Match node allows you to match values in a specific column against predefined patterns. This is useful for filtering data based on regular expressions or specific string patterns.
Input:¶
Column Name: The name of the column to check.
Patterns: A list of patterns to match against.
Output:¶
The node will flag records where the specified column value matches any of the defined patterns.