Skip to main content
Version: v1.13 print this page

StringFunctions

This node performs specified String function on a row

Input

It accepts a DataFrame as input from the previous Node

Type

transform

Fields

NameTitleDescription
inputColsInput Column Nameinput column name
stringFunctionString FunctionString Function Name
replaceExistingColsReplaceExistingColsreplaceExistingCols

Examples

Input

nameageheight
Alice580
Alice580
Alice1080
James550
James1060
James780

Parameters1 ----------

NameValue
Input Column Namename
String Functionupper
ReplaceExistingColstrue

Output1

ageheightname
580ALICE
580ALICE
1080ALICE
550JAMES
1060JAMES
780JAMES

Parameters2

NameValue
Input Column Namename
String Functionupper
ReplaceExistingColsfalse

Output2

nameageheightname_upper
Alice580ALICE
Alice580ALICE
Alice1080ALICE
James550JAMES
James1060JAMES
James780JAMES