.\" Text automatically generated by txt2man-1.4.5 .TH MDBTools "August 29, 2021" "0.5" "" .SH NAME \fBmdb-export \fP- Export data in an MDB database table to CSV format. .SH SYNOPSIS .nf .fam C mdb-export [\fB-H\fP] [\fB-Q\fP] [\fB-d\fP ] .fam T .fi .SH DESCRIPTION mdb-export is a utility program distributed with MDB Tools. .PP It produces a CSV (comma separated value) output for the given table. Such output is suitable for importation into databases or spreadsheets. .SH OPTIONS .TP .B \fB-H\fP Supress header row .TP .B \fB-Q\fP Don't wrap text-like fields (text, memo, date) in quotes. If not specified text fiels will be surrounded by " (double quote) characters. .TP .B \fB-d\fP Specify an alternative column delimiter If no delimiter is specified, table names will be delimited by a , (comma) character. .SH NOTES .SH HISTORY mdb-export first appeared in MDB Tools 0\.1 .SH AUTHORS The mdb-export utility was written by Brian Bruns .SH BUGS Memo fields are allowed to contain a newline characters, the current program does nothing about this.