Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 643 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 643 Bytes

Info

This script allows you to input a paradox db file and output serveral files in CSV format.

Install

Use

Get a row of your paradox db in order to retrieve headers

python paradboxdbsplitter.py -i /your/cool.DB -x

Split file

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