1. Home
  2. Conecta HUB
  3. Transformations
  4. Text strings
  5. Type Lower case

Type Lower case

DESCRIPTION:

Format the text of the SourceValue so that all characters are uppercase

EXAMPLE:

ValueOrigin: "the company connects software".

ValorProcessed: "THE COMPANY CONNECTS SOFTWARE".

 

CONFIGURATION:

Value Value2 Relation Relationship2 Operation Factor
Type Minuscule

CODE:

SourceValue = StrConv(SourceValue, VbStrConv.Lowercase)

ProcessValue = SourceValue.Replace("'", """)

Was this article helpful to you? Yes No

How can we help?