Exclude a record from processing if the record contains a value matching the filter.
This instruction is used by the TapeTrack Import Engine.
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 |
Do not process a record if the VOLUME field starts with CLN
AddExclusionOnValue(VOLUME, "CLN*");