Tableau Dashboard of Parsed Data
usage: t-parse [-h] -i INPUT [-o OUTPUT] [-v] [--version]
Parse all TXT files in directory from Tuttnauer Elara11 Output to single CSV for analysis.
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
PATH to TXT file directory
Default: ./
-o OUTPUT, --output OUTPUT
PATH to output DIRECTORY.
Default: ./TXT/
-v, --verbose display verbose output while program runs.
Default:True
--version display version number and exit
This script will read all TXT files in a directory and output their contents to a single, well-formatted
CSV for analysis in various software. The output TXT files are in a proprietary format which provide the
user with useful information when printed, but is not formatted well for analysis. The output CSV file
will be able to be used to better identify trends and potential issues during normal operation of the
Tuttnauer Elara11 Sterilizer.
Example: Tuttnauer_Parser.py
-i --input {PATH to TXT file directory}
[-o --output {PATH to OUTPUT DIRECTORY}]
-
Download/ clone the repository and navigate to the Tuttnauer_Parser directory.
-
Execute:
python setup.py install
-
Navigate to the directory containing your data files. In this instance, the TXT directory is in the current working directory.
-
Execute:
t-parse
-
Output file will be saved to the current directory.