pgdbf

Convert XBase/FoxPro database tables to PostgreSQL format

brewmacoslinux
Try with needOr install directly
Source

About

Converter of XBase/FoxPro tables to PostgreSQL

Commands

pgdbf

Examples

Convert a single DBF file to PostgreSQL$ pgdbf -c postgresql://user:password@localhost/dbname table.dbf
Convert DBF file with custom table name$ pgdbf -c postgresql://user:password@localhost/dbname -t custom_table_name table.dbf
Convert multiple DBF files from a directory$ pgdbf -c postgresql://user:password@localhost/dbname *.dbf