engine:import:changecase
This is an old revision of the document!
Table of Contents
ChangeCase
Change the case of a field.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
ChangeCase(field, type);
string field;
string type;
LOWER, UPPER, CAPITALIZED or INVERTED
field | The field for this instruction. |
type | The special string type of one of the following: |
1. LOWER The data in the field will be converted to lower case. | |
2. UPPER The data in the field will be converted to upper case. | |
3. CAPITALIZED The data in the field will be converted so that the first letter of each word is capitalized. | |
4. INVERTED The data in the field will be converted so that any upper case character will be lower case and vice versa. |
Example
ChangeCase: Capitalize the value of the DESCRIPTION field.
ChangeCase(DESCRIPTION, CAPITALIZE); |
engine/import/changecase.1582502544.txt.gz · Last modified: 2025/01/21 22:07 (external edit)