FindAndReplaceUsingRegex¶
This node finds and replaces text in a column containing string
Input¶
It accepts a DataFrame as input from the previous Node
Type¶
transform
Class¶
fire.nodes.etl.NodeFindAndReplaceUsingRegex
Fields¶
| Name | Title | Description |
|---|---|---|
| inputCols | Input Columns | Columns on which to apply Regex |
| searchPattern | Find | Enter Search Pattern |
| replacePattern | Replace | Enter replacement Value |