TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


concepts:scan-file
 

This is an old revision of the document!


Scan-File

A Scan-File is a listing of Volume-ID's that, through TapeTrack parsing, is converted in to a Scan-map of Fully Qualified Barcodes for input into Command Line processes.

The TapeTrack Scan-File Format allows you to specify lists of TapeTrack compatible Barcodes, along with comments and Barcode defaults.

Environmental Variables will also be resolved before processing any Barcodes defaults or Volume Barcodes. The syntax supports:

Scan-File

Scan files can either be Volume-ID's ready to process or a definition file (.ttidef) that translates an input file to parse the Volume-ID's before processing.

Direct Input

Translated Input File

Instead of passing a data file directly to the TapeTrack process as a scan file, a definition file is specified as the Scan file to interpret the input file for processing.

Input File - input.csv

TSMLIB_1,718315,Private,LG1SACTSM12,Data,1,058,LTO
TSMLIB_1,718868,Private,LG1SACTSM12,Data,1,028,LTO
TSMLIB_1,721008,Private,LG1SACTSM12,,1,083,LTO
TSMLIB_1,721264,Private,LG1SACTSM12,Data,1,036,LTO
TSMLIB_1,722685,Private,LG1SACTSM12,Data,1,052,LTO
TSMLIB_1,722723,Private,LG1SACTSM12,,1,079,LTO
TSMLIB_1,724335,Private,LG1SACTSM12,Data,1,066,LTO
TSMLIB_1,724525,Private	LG1SACTSM12,,1,082,LTO

Definition File

SetFile("input.csv");
SetLiteral(CUSTOMER, "US01");
SetLiteral(MEDIA, "LTO");
#
# Set the delimiter to a CSV
#
SetCSVDelimiter(",");
#
# Set the Volume-ID to the 2nd column
#
Extract(VOLUME, 2, 8, 0);
#
# Translate the Volumes so that they have the correct suffix
#
AddTranslation(VOLUME, "L?????", "*L5");

concepts/scan-file.1585270504.txt.gz · Last modified: 2025/01/21 22:07 (external edit)