TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:addexclusiononvalue

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
engine:import:addexclusiononvalue [2018/08/14 21:46] – created dcummingengine:import:addexclusiononvalue [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
-addexclusiononvalue+====== AddExclusionOnValue ======
  
-==== AddExclusionOnValue ==== +Exclude a record from processing if the record contains a value matching the filter.
-Exclude a record from processing if the record contains a value.+
  
-==== Phase ====+===== Phase =====
 This instruction is used by the TapeTrack Import Engine. This instruction is used by the TapeTrack Import Engine.
  
-==== Syntax ==== +===== Syntax =====
-**AddExclusionOnValue**//(field, filter, value);//+
  
-//string field;//\\ +''AddExclusionOnValue(fieldfilter);''
-//string filter;//\\ +
-//string value;//\\+
  
-|field| The field for this instruction.| +^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ 
-|filter| The filter value to test with.| +|field| String |The field for this instruction.|1|128
-|value| The value to test against.|+|filter| String |The filter value to test with.|1|256|
  
 ==== Example ==== ==== Example ====
-**AddExclusionOnValue: Do not process a record if the VOLUME field starts with CLN** +Do not process a record if the [[object:volume|VOLUME]] field starts with CLN 
-|AddExclusionOnValue(VOLUME, "CLN*");|+ 
 +<code> 
 +AddExclusionOnValue(VOLUME, "CLN*"); 
 +</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]] 
 + 
 +{{tag> import_engine sync_engine}} 
engine/import/addexclusiononvalue.1534283199.txt.gz · Last modified: 2025/01/21 22:07 (external edit)