giovanniborella / paradoxdbsplitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 97.1%Language:Batchfile 2.9%