engine:import:setremovechars
This is an old revision of the document!
Table of Contents
SetRemoveCharacters
Remove unwanted characters from a field.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
SetRemoveCharacters(field, characters);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
field | String | Field to have characters removed. | 1 | 10 |
characters | String | A string listing all of the characters that should be removed for a field. | 1 | 10 |
Example
Remove dashes and commas from a field.
SetRemoveChars("-,");
Remove plus symbol and quotation marks.
SetRemoveChars("+`");
engine/import/setremovechars.1583286598.txt.gz · Last modified: 2025/01/21 22:07 (external edit)