FindAndReplaceUsingRegexMultiple¶
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.NodeFindAndReplaceUsingRegexMultiple
Fields¶
| Name | Title | Description |
|---|---|---|
| inputCols | Input Columns | Columns on which to apply Regex |
| searchPatterns | Find | Enter Search Pattern |
| replacePatterns | Replace | Enter replacement Value |