TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addexclusiononvalue

This is an old revision of the document!


addexclusiononvalue

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.1534283199.txt.gz · Last modified: 2025/01/21 22:07 (external edit)