TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addexclusiononvalue

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.1128
filter String The filter value to test with.1256

Example

Do not process a record if the VOLUME field starts with CLN

AddExclusionOnValue(VOLUME, "CLN*");

See Also

engine/import/addexclusiononvalue.txt · Last modified: 2021/07/22 02:40 by scunliffe