Skip to content

pbeart/srum-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

srum-parser

A tool to assist with parsing the SRUDB.dat ESE database

Installation

  1. Get the repository on your computer by cloning the repository or downloading as a zip file and unzipping to a sensible place
  2. Install the dependencies in requirements.txt with pip install -r requirements.txt
  3. Optionally add srum-parser to your PATH, to allow you to use it from anywhere

Usage

Usage: cli.py [OPTIONS]

Options:

-i, --input FILE [required]
-o, --output FILE [required]
-p, --omit-processed
-P, --only-processed
--help Show this message and exit.

--input:

The input SRUDB.dat file to use

--output:

The output .xlsx file to write to

--omit-processed:

Whether to skip the secondary processing of the tables

--only-processed

Whether to skip outputting the 'raw' tables

Examples

Output both the raw and processed tables from SRUDB.dat to output.xlsx

./cli.py --input SRUDB.dat --output output.xlsx

Output only the raw tables from SRUDB.dat to output.xlsx

./cli.py --input SRUDB.dat --output output.xlsx --omit-processed

Output only the processed tables from SRUDB.dat to output.xlsx

./cli.py --input SRUDB.dat --output output.xlsx --only-processed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published