This script allows you to input a paradox db file and output serveral files in CSV format.
- clone this repo
- cd to it
- install pip ( https://pip.pypa.io/en/stable/installing/ )
- install pypxlib
pip install pypxlib
python paradboxdbsplitter.py -i /your/cool.DB -x
python paradoxdbsplitter.py -i /your/cool.db -o ./dump/test -c "header1,header2,header3"
- (h) help
- (i) inputfile : paradobx db file
- (o) outputfile : namespace for the splitted files
- (c) headers : headers for the incoming db
- (x) headers help