TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:report_output_format

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
technote:report_output_format [2021/05/25 16:16] dcummingtechnote:report_output_format [2026/07/24 02:21] (current) Scott Cunliffe
Line 5: Line 5:
 Along with the file format, output path and headings can be customized, columns can be omitted from the report, output file name customized and portrait or landscape orientation, and customized logo for PDF formats.   Along with the file format, output path and headings can be customized, columns can be omitted from the report, output file name customized and portrait or landscape orientation, and customized logo for PDF formats.  
  
 +All the following examples show the code necessary to run a report in a command line window.  The code can also be placed in a batch file which can then be run at any time, either manually or scheduled to run autoamtically.
 ===== Text File ===== ===== Text File =====
  
Line 11: Line 12:
 ==== Example ==== ==== Example ====
  
-Using [[cli:TMSS10Inventory|TMSS10Inventory]] as an example Command Line Utility, outputting the standard output to a file named Inventory.txt in the directory +Using [[cli:TMSS10Inventory|TMSS10Inventory]] as an example Command Line Utility, outputting the standard output to a file named Inventory.txt in the directory
 + 
 +<code plain;> 
 +TMSS10Inventory -S user:-password@server -V "US01.*.*" -M 1 > Inventory_Report.txt 
 +</code>
  
 ===== CSV File ===== ===== CSV File =====
 +
 +To run a report with a CSV output, the variable TMSSREPORTFORMAT needs to be set before running the report utility.
 +
 +==== Example ====
 +
 +Using [[cli:TMSS10Inventory|TMSS10Inventory]] as an example Command Line Utility, outputting the standard output to a file named Inventory.csv in the directory.
 +
 +<code plain;>
 +TMSS10Inventory -S user:-password@server -V "US01.*.*" -M 1 > Inventory_Report.csv
 +</code>
  
 ===== Excel File ===== ===== Excel File =====
Line 23: Line 38:
 ===== XML File ===== ===== XML File =====
  
-{{tag> update_doco report variable cli technote}}+{{tag> update_doco report variable cli_report technote}}
  
  
technote/report_output_format.1621959373.txt.gz · Last modified: 2025/01/21 22:07 (external edit)