MIME types: application/dbf, application/dbase dBASE DBF data files. Legacy file format for storing and exchanging structured data. ASCII format. Native format of the dBASE database management application. Stores numerical datasets in a portable format. dBASE IV was introduced in 1988.
Import fully supports the DBF format Version 4 and later.
Import["file.dbf"]reads all datasets and returns them as a table.
Import["file.dbf", "LabeledData"]imports the entire file and returns an expression of the form {a1 -> col1, a2 -> col2, ...}, where the ai are the table headings.
Meta-information elements:
"Labels"
dataset names given as a list of strings
The DBF format can store labels of length 10 or shorter.