dbf-file

Imports a .DBF file (dBASE file) into a datatable

A DBF file is a standard database file used by dBASE, a database management system application, and which is supported by several other database systems.

Arguments

Inputs:

dbf: The DataBase File (.dbf) you want to import.

Output:

data: The datatable created from the contents of the dbf file.

Last updated