dbaexport(1) export data from DB-All.e

DESCRIPTION

usage: dbaexport [-h] [--verbose] [--dsn dsn] [--user name] [--pass password] [--outfile file] {csv,gnur,bufr,crex} ...

Export data from a DB-All.e database.

positional arguments:

{csv,gnur,bufr,crex}
output formats
csv
export data as CSV
gnur
export data as GNU R workspace
bufr
export data as BUFR
crex
export data as CREX

optional arguments:

-h, --help
show this help message and exit
--verbose
verbose output
--dsn dsn
DSN, or URL-like database definition, to use for connecting to the DB-All.e database (can also be specified in the environment as DBA_DB)
--user name
username to use for connecting to the DB-All.e database
--pass password
password to use for connecting to the DB-All.e database
--outfile file, -o file
output file. Default is standard output, if supported