TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


concepts:scan-file

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
concepts:scan-file [2020/03/27 00:57] – [Scan-File] Scott Cunliffeconcepts:scan-file [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Scan-File ====== ====== Scan-File ======
  
-A Scan-File is a listing of [[:object:volume|Volume-ID's]] that, through TapeTrack parsing, is converted in to a [[:concepts:scan-map|Scan-map]] of [[concepts:fully_qualified_barcode|Fully Qualified Barcodes]] for input into [[cli:introduction|Command Line processes]]. +A Scan-File is a listing of [[:object:volume|Volume-ID's]] that, through TapeTrack parsing, is converted in to a [[:concepts:scan-map|Scan-map]] of [[concepts:qualified_barcode|Fully Qualified Barcodes]] for input into [[cli:introduction|Command Line processes]]. 
  
  
Line 12: Line 12:
   * Comments: that are to be ignored by any processing logic (any line starting with a #).   * Comments: that are to be ignored by any processing logic (any line starting with a #).
  
-==== Scan-File ====+===== 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'before processing.+Scan files can either be [[:object:volume|Volume-ID's]] ready to process or passed in via a definition file (.ttidef) that translates an input file to extract the [[:object:volume|Volume-ID's]].
  
-=== Direct Input ===+==== Direct Input ====
  
 {{reports:reports_tmss10reconcile_tapemaster_scanfile.png}} {{reports:reports_tmss10reconcile_tapemaster_scanfile.png}}
  
-=== Translated Input File ===+==== 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. 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 +=== Input File - input.csv === 
-<sxh>+ 
 +<code>
  
 TSMLIB_1,718315,Private,LG1SACTSM12,Data,1,058,LTO TSMLIB_1,718315,Private,LG1SACTSM12,Data,1,058,LTO
Line 35: Line 36:
 TSMLIB_1,724335,Private,LG1SACTSM12,Data,1,066,LTO TSMLIB_1,724335,Private,LG1SACTSM12,Data,1,066,LTO
 TSMLIB_1,724525,Private LG1SACTSM12,,1,082,LTO TSMLIB_1,724525,Private LG1SACTSM12,,1,082,LTO
-</sxh>+</code>
  
-Definition File+=== Definition File ===
  
-<sxh>+<code>
 # Set the input file # Set the input file
 # #
Line 61: Line 62:
 AddTranslation(VOLUME, "L?????", "*L5"); AddTranslation(VOLUME, "L?????", "*L5");
  
-</sxh>+</code>
concepts/scan-file.1585270651.txt.gz · Last modified: 2025/01/21 22:07 (external edit)