engine:import:addexclusiononvalue
Table of Contents
AddExclusionOnValue
Exclude a record from processing if the record contains a value matching the filter.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
AddExclusionOnValue(field, filter);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
field | String | The field for this instruction. | 1 | 128 |
filter | String | The filter value to test with. | 1 | 256 |
Example
Do not process a record if the VOLUME field starts with CLN
AddExclusionOnValue(VOLUME, "CLN*");
See Also
engine/import/addexclusiononvalue.txt · Last modified: 2025/01/21 22:07 by 127.0.0.1