concepts:scan-file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
concepts:scan-file [2020/03/27 00:55] – [Scan-File] Scott Cunliffe | concepts: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 [[: | + | A Scan-File is a listing of [[: |
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' | + | Scan files can either be [[: |
- | === Direct Input === | + | ==== Direct Input ==== |
{{reports: | {{reports: | ||
- | === 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, | TSMLIB_1, | ||
TSMLIB_1, | TSMLIB_1, | ||
Line 34: | Line 36: | ||
TSMLIB_1, | TSMLIB_1, | ||
TSMLIB_1, | TSMLIB_1, | ||
- | </sxh> | + | </code> |
- | Definition File | + | === Definition File === |
- | <sxh> | + | <code> |
+ | # Set the input file | ||
+ | # | ||
SetFile(" | SetFile(" | ||
+ | # | ||
+ | # Set the Customer-ID and Media-ID | ||
+ | # | ||
SetLiteral(CUSTOMER, | SetLiteral(CUSTOMER, | ||
SetLiteral(MEDIA, | SetLiteral(MEDIA, | ||
Line 47: | Line 54: | ||
SetCSVDelimiter("," | SetCSVDelimiter("," | ||
# | # | ||
- | # Set the Volume-ID | + | # Extract |
# | # | ||
Extract(VOLUME, | Extract(VOLUME, | ||
# | # | ||
- | # Translate | + | # Add the suffix |
# | # | ||
AddTranslation(VOLUME, | AddTranslation(VOLUME, | ||
- | </sxh> | + | </code> |
concepts/scan-file.1585270504.txt.gz · Last modified: 2025/01/21 22:07 (external edit)