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

Type Capital

DESCRIPTION:

Formats the text of the SourceValue so that the first word of the sentence is capitalised

EXAMPLE:

ValueOrigin: "the company connects software".

ValorProcessed: "The Company Connects Software".

 

CONFIGURATION:

Value Value2 Relation Relationship2 Operation Factor
Type of prayer

CODE:

SourceValue = StrConv(SourceValue, VbStrConv.ProperCase)

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

Was this article helpful to you? Yes No

How can we help?