engine:import:addexclusiononvalue
This is an old revision of the document!
Table of Contents
AddExclusionOnValue
Exclude a record from processing if the record contains a value.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
AddExclusionOnValue(field, filter, value);
string field;
string filter;
string value;
field | The field for this instruction. |
filter | The filter value to test with. |
value | The value to test against. |
Example
AddExclusionOnValue: Do not process a record if the VOLUME field starts with CLN
AddExclusionOnValue(VOLUME, “CLN*”); |
engine/import/addexclusiononvalue.1582504778.txt.gz · Last modified: 2025/01/21 22:07 (external edit)