Skip to content
Novus Examples
dbf

What is a .dbf file?

application/dbf

A dBASE table (.dbf) is a legacy binary tabular format with a fixed-width header describing columns (name, type, length) followed by fixed-length records. It persists today as the attribute table of GIS shapefiles and in legacy database exchange.

How to use a .dbf file

Use an example .dbf file to test dBASE/xBase readers, shapefile attribute parsing, and DBF-to-CSV conversion.

Convert a .dbf file to another format

← All file formats