TextCaseTransformer¶
This node converts text to upper or lower case
Input¶
It accepts a DataFrame as input from the previous Node
Type¶
transform
Class¶
fire.nodes.etl.NodeTextCaseTransformer
Fields¶
| Name | Title | Description |
|---|---|---|
| inputCol | Input Column Name | input column name |
| mode | Text Case Type | input to convert text to upper or lower case |
| outputCol | Output Column | Output Column |