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

Both sides previous revisionPrevious revision
Next revision
Previous revision
engine:import:addexclusiononvalue [2020/03/04 02:44] Scott Cunliffeengine:import:addexclusiononvalue [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== AddExclusionOnValue ====== ====== AddExclusionOnValue ======
-Exclude a record from processing if the record contains a value.+ 
 +Exclude a record from processing if the record contains a value matching the filter.
  
 ===== Phase ===== ===== Phase =====
Line 7: Line 8:
 ===== Syntax ===== ===== Syntax =====
  
-''AddExclusionOnValue(field, filter, value);''+''AddExclusionOnValue(field, filter);''
  
 ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^
Line 14: Line 15:
  
 ==== Example ==== ==== Example ====
-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
  
-<sxh>+<code>
 AddExclusionOnValue(VOLUME, "CLN*"); AddExclusionOnValue(VOLUME, "CLN*");
-</sxh>+</code> 
 + 
 +===== See Also ===== 
 + 
 +[[engine:import|Import Engine Functions]] \\ 
 +[[cli:sync_fields|Sync Engine Fields]] \\ 
 +[[cli:tmss10sync|TMSS10Sync]]
  
 {{tag> import_engine sync_engine}} {{tag> import_engine sync_engine}}
  
engine/import/addexclusiononvalue.1583289874.txt.gz · Last modified: 2025/01/21 22:07 (external edit)