====== 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 [[object:volume|VOLUME]] field starts with CLN AddExclusionOnValue(VOLUME, "CLN*"); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}