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/02/24 00:39] 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 6: Line 7:
  
 ===== 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}}+{{tag> import_engine sync_engine}}
  
engine/import/addexclusiononvalue.1582504778.txt.gz · Last modified: 2025/01/21 22:07 (external edit)