Search
Operators in the Search category
Home > Search
Operators
Total: 4 operators
1 - Dictionary matcher
Matches tuples if they appear in a given dictionary
Home > Search
| Property | Requirement | Type | Default | Description |
|---|
| Dictionary | ✓ | String | - | Dictionary values separated by a comma |
| Attribute | ✓ | String | - | Column name to match |
| Result Attribute | ✓ | String | matched | Column name of the matching result |
| Matching Type | ✓ | Scan, Substring, Conjunction | - | |
Output Ports
2 - Keyword Search
Search for keyword(s) in a string column
Home > Search
| Property | Requirement | Type | Default | Description |
|---|
| attribute | ✓ | String | - | Column to search keyword on |
| keywords | ✓ | String | - | Keywords |
Output Ports
3 - Regular Expression
Search a regular expression in a string column
Home > Search
| Property | Requirement | Type | Default | Description |
|---|
| Case Insensitive | | Boolean | false | Regex match is case sensitive |
| Attribute | ✓ | String | - | Column to search regex on |
| Regex | ✓ | String | - | Regular expression |
Output Ports
4 - Substring Search
Search for Substring(s) in a string column
Home > Search
| Property | Requirement | Type | Default | Description |
|---|
| attribute | ✓ | String | - | Column to search substring on |
| Substring | ✓ | String | - | Substring |
| Case Sensitive | ✓ | Boolean | false | Whether the substring match is case sensitive |
Output Ports