technote:tmss10volumedelete
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technote:tmss10volumedelete [2019/03/04 22:23] – Scott Cunliffe | technote:tmss10volumedelete [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | ===== Example - Delete | + | Files needed to delete [[object: |
| - | <sxh> | + | ===== Examples |
| - | <sxh> | + | ==== Delete Volumes From CSV List ==== |
| + | |||
| + | Delete [[object: | ||
| + | Files Required: | ||
| + | * CSV file of required [[object: | ||
| + | * Configuration file | ||
| + | * TTIDEF definition file | ||
| + | |||
| + | |||
| + | ==== CSV File ==== | ||
| + | |||
| + | CSV File **volumes.csv** | ||
| + | |||
| + | <code> | ||
| + | 100011L4 | ||
| + | 100012L4 | ||
| + | 100023L4 | ||
| + | 100025L4 | ||
| + | 100026L4 | ||
| + | </ | ||
| + | |||
| + | ==== TTIDEF File ==== | ||
| + | |||
| + | TTIDEF File **default.ttidef** | ||
| + | |||
| + | Set CSV delimiter to comma, [[object: | ||
| + | |||
| + | < | ||
| + | SetCSVDelimiter("," | ||
| + | |||
| + | SetLiteral(CUSTOMER, | ||
| + | SetLiteral(MEDIA, | ||
| + | |||
| + | Extract(BARCODE, | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ==== Configuration File ==== | ||
| + | |||
| + | Load Scanfile of [[object: | ||
| + | If [[object: | ||
| + | |||
| + | Configuration File **master.cfg** | ||
| + | |||
| + | <code> | ||
| report = | report = | ||
| { | { | ||
| Line 25: | Line 70: | ||
| { | { | ||
| id=" | id=" | ||
| + | scanfile = true; | ||
| skip=false; | skip=false; | ||
| }, | }, | ||
| { | { | ||
| id=" | id=" | ||
| - | scanfile = true; | ||
| skip=true; | skip=true; | ||
| } | } | ||
| Line 38: | Line 83: | ||
| ); | ); | ||
| }; | }; | ||
| - | </sxh> | + | </code> |
| + | |||
| + | ==== Command Line Syntax ==== | ||
| + | |||
| + | Delete all [[object: | ||
| + | < | ||
| + | TMSS10VolumeDelete -S user: | ||
| + | </ | ||
| + | {{tag> | ||
technote/tmss10volumedelete.1551738202.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
