Skip to content

javifr/paradoxdbsplitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages