A tool to assist with parsing the SRUDB.dat ESE database
- Get the repository on your computer by cloning the repository or downloading as a zip file and unzipping to a sensible place
- Install the dependencies in requirements.txt with
pip install -r requirements.txt
- Optionally add srum-parser to your PATH, to allow you to use it from anywhere
Usage: cli.py [OPTIONS]
-i, --input FILE [required]
-o, --output FILE [required]
-p, --omit-processed
-P, --only-processed
--help Show this message and exit.
The input SRUDB.dat file to use
The output .xlsx file to write to
Whether to skip the secondary processing of the tables
Whether to skip outputting the 'raw' tables
./cli.py --input SRUDB.dat --output output.xlsx
./cli.py --input SRUDB.dat --output output.xlsx --omit-processed
./cli.py --input SRUDB.dat --output output.xlsx --only-processed