TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:barcode-interpretation-definition:examples

This is an old revision of the document!


Barcode Definition Examples

For detailed information about Barcode Definitions and how to create/edit them see 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 Pattern Matching

Barcode Pattern Definition ????.????.*

? translates to a single character * translates as a wild card and matches anything

Barcode US01.CONT.CT100100

The filter will dissect the barcode to

  • Customer-ID: US01
  • Media-ID: CONT
  • Volume-ID: CT100100

Barcode Pattern Definition *? ?*

? translates to a single character * translates as a wild card and matches anything

Volume-ID MONDAY WEEK ONE

The filter will hash the barcode to

  • X-D8ED51DA
technote/barcode-interpretation-definition/examples.1614291207.txt.gz · Last modified: 2025/01/21 22:07 (external edit)