Skip to content

giovanniborella/paradoxdbsplitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 : output EVERY header from table

Batch

run the nifty foreachInFolder <folder> to dump all .DB's out into csv's in same folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Batchfile 2.9%