String Functions¶
String functions are useful to tranform strings in your dataframe. The “StringFunction” processors allows you to apply common string operations such as ‘trim’, ‘upper’, ‘lower’, ‘lefttrim’, ‘righttrim’ etc. to strings.
In the example below, different string functions are applied to input dataset.
Workflow¶
The example workflow below, read data from HDFS/Hive and applies different string functions on different columns of the dataset.




