Data Transformation
Upper Case
Description
This operations helps to convert a given key value into Upper Case from any JSON Dataset. This operations take place while data is in-flight
Number of Parameters : 1
Parameter : Uppercase
Provide comma separated list of keys in double quotes to convert the defined key values into Upper Case
Below is a example where we are converting the value of first_name and last_name into Upper Case
"first_name", "last_name"
Lower Case
ConvertsDescription
This operations helps to convert a given key value into upperLower case.Case from any JSON Dataset. This operations take place while data is in-flight
CommaNumber of Parameters : 1
Parameter : Lowercase
Provide comma separated list of keys in double quotes to convert the defined key values into Lower Case
ForBelow example-is a example where we are converting the value of first_name and last_name into Lower Case
"first_name", "last_name"