Skip to main content

Data Transformation

Upper Case

ConvertsDescription

This operations helps to convert a given key value into upperUpper case.Case from any JSON Dataset. This operations take place while data is in-flight

CommaNumber of Parameters : 1

Parameter : Uppercase

Provide comma separated list of keys in double quotes to convert the defined key values into Upper Case

ForBelow example-is a example where we are converting the value of first_name and last_name into Upper Case

"first_name", "last_name"

Lower Case

Converts a given key value into upper case.

Comma separated list of keys in double quotes

For example-

 "first_name", "last_name"