/pvdb2json

Simple script to convert pv_db.txt files from Project DIVA stuff to JSON.

Primary LanguageC#GNU General Public License v3.0GPL-3.0

pvdb2json

Simple script to convert pv_db.txt files from Project DIVA stuff to JSON.

I made this for my personal use and I not parsing all entries. Be advised.

It's a modern .NET console project.

Usage

pvdb2json [options]

Options:
  -i, --input <input>  The pv_db.txt file to be converted to json. []
  -t, --type <type>    The identifier type of converted entries. [default: 0]
  --version            Show version information
  -?, -h, --help       Show help and usage information