Skip to main content
info
This documentation is for version v2.3 of the product.
For the latest version(v2.7) documentation click here
Version: v2.3 print this page

TextCaseTransformer

This node converts text to upper or lower case

Input

It accepts a DataFrame as input from the previous Node

Type

transform

Fields

NameTitleDescription
inputColInput Column Nameinput column name
modeText Case Typeinput to convert text to upper or lower case
outputColOutput ColumnOutput Column

Examples

Input

nameageheight
Alice580
Alice580
Alice1080

Parameters1 ----------

NameValue
Input Column Namename
Text Case Typeupper
Output Columnname_upper

Output1

nameageheightname_upper
Alice580ALICE
Alice580ALICE
Alice1080ALICE

Parameters2

NameValue
Input Column Namename
Text Case Typelower
Output Columnname_lower

Output2

nameageheightname_lower
Alice580alice
Alice580alice
Alice1080alice