technote:report_output_format
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| technote:report_output_format [2020/11/04 02:06] – [Text File] Scott Cunliffe | technote:report_output_format [2026/07/24 02:21] (current) – Scott Cunliffe | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Report Output Formats ====== | ====== Report Output Formats ====== | ||
| - | Output from the Command Line Utilities can be redirected to a file, default format being a text file. Using Variables the output can be formatted to CSV, Excel, PDF, HTML or XML files. | + | Output from the Command Line Utilities can be redirected to a file, the default format being a text file. Using Variables the output can be formatted to CSV, Excel, PDF, HTML or XML files. |
| - | Along with the file format, output path and headings can be customised, columns can be omitted from the report, output file name customised | + | Along with the file format, output path and headings can be customized, columns can be omitted from the report, output file name customized |
| + | All the following examples show the code necessary to run a report in a command line window. | ||
| ===== Text File ===== | ===== Text File ===== | ||
| Line 11: | Line 12: | ||
| ==== Example ==== | ==== Example ==== | ||
| - | Using TMSS10Inventory as an example Command Line Utility, outputting the standard output to a file named Inventory.txt in the directory | + | Using [[cli:TMSS10Inventory|TMSS10Inventory]] |
| + | |||
| + | <code plain;> | ||
| + | TMSS10Inventory -S user: | ||
| + | </ | ||
| ===== 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: | ||
| + | |||
| + | <code plain;> | ||
| + | TMSS10Inventory -S user: | ||
| + | </ | ||
| ===== Excel File ===== | ===== Excel File ===== | ||
| Line 23: | Line 38: | ||
| ===== XML File ===== | ===== XML File ===== | ||
| - | {{tag> update_doco report variable | + | {{tag> update_doco report variable |
technote/report_output_format.1604455605.txt.gz · Last modified: 2025/01/21 22:07 (external edit)
