TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:barcode-interpretation-definition:examples

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
technote:barcode-interpretation-definition:examples [2021/02/25 00:07] Scott Cunliffetechnote:barcode-interpretation-definition:examples [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 For detailed information about Barcode Definitions and how to create/edit them see [[technote/barcode-interpretation-definition|Barcode Definitions]]. For detailed information about Barcode Definitions and how to create/edit them see [[technote/barcode-interpretation-definition|Barcode Definitions]].
 +
 +^ Special Characters ^ Special Character Description ^ Description ^
 +| ''*'' | Asterisk | Wildcard that matches 0 or more characters |
 +| ''?'' | Question mark | Represents one character |
 +| ''[ ]'' | Open and close square bracket | Specify an array of characters listed to match the specified character position|
 +
 +
 +For detailed information on special characters see [[general:pattern_matching|Pattern Matching]]
 +
  
 ==== Barcode Pattern Definition ????.????.* ==== ==== Barcode Pattern Definition ????.????.* ====
  
-? translates to a single character +  * ''?'' translates to a single character 
-* translates as a wild card and matches anything +  * ''*'' translates as a wild card and matches anything 
  
 {{technote:technote_barcode_15.png}} {{technote:technote_barcode_15.png}}
Line 12: Line 21:
 Barcode US01.CONT.CT100100 Barcode US01.CONT.CT100100
  
-The filter will dissect the barcode to +The filter will dissect the barcode to: 
-  * Customer-ID: US01 +  * Customer-ID: ''US01'' 
-  * Media-ID: CONT +  * Media-ID: ''CONT'' 
-  * Volume-ID: CT100100 +  * Volume-ID: ''CT100100'' 
  
 ---- ----
Line 22: Line 31:
 ==== Barcode Pattern Definition *? ?* ==== ==== Barcode Pattern Definition *? ?* ====
  
-? translates to a single character +  * ''?'' translates to a single character 
-* translates as a wild card and matches anything +  ''*'' translates as a wild card and matches anything 
 +  
 {{technote:technote_barcode_17.png}} {{technote:technote_barcode_17.png}}
  
technote/barcode-interpretation-definition/examples.1614211676.txt.gz · Last modified: 2025/01/21 22:07 (external edit)