Documentation
dumpdb
Usage
Syntax: dumpdb.lua [options] <filename>
Options:
--output | -o <path>
--alltables | -a
--csv | -c
--help | -h
--table | -t <table_name>
--verbose | -v
Parses a Psion database file and outputs the result, in a variety of formats.
With no options, all tables of the database are output in the internal text
format used by database.lua.
If --output <path> is specified, writes the output to that path. This parameter
is required if using --csv and --alltables.
If --csv is specified, outputs to CSV format. Use --table <tableName> if there
are multiple tables, to select which to output, or use --alltables combined with
--output <filename> to dump each table to a file named
<filename>_<table_name>.csv.