COPYLOWER

Copies source column’s value into destination’s value column after lowercasing it.
Edited by : Vardhaman

Use Cases - When to use this command

Use COPYLOWER when you want to copy a column value in to another after lowercasing it.

Description

Copies source column’s value into destination’s value column after lowercasing it.
COPYLOWER can also be used to convert a column's string value to lower case.

Guidelines for Usage:

How to use this command

COPYLOWER $source $destination
Here the value of $source is converted to lowercase and copied in to $destination.

COPYLOWER $equipment_type_text $equipment_type_text
Here the value of $equipment_type_text is converted to lowercase and copied in to the same variable.

Examples

Simulated Metadata Editor
processing icon
Analytics API Call Body
Analytics API Response Body