FIX - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

The FIX function capitalizes (changes to upper case) the first letter of each word (strings of characters separated by spaces).

Category

String

Syntax

FIX(text_string)

Parameter and Description
Parameter Description
text_string

This parameter specifies a character string of one or more words, separated by at least one space.

Example

Translate the contents of SRC_TEXT that contains the text string a brown dog jumped over the fence into upper case and map it to target field TGT_TEXT.

TGT_TEXT = FIX (SRC_TEXT)

The value of TGT_TEXT is set to 'A Brown Dog Jumped Over The Fence'.