DbfSharp 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DbfSharp --version 0.1.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local DbfSharp --version 0.1.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DbfSharp&version=0.1.3
                    
nuke :add-package DbfSharp --version 0.1.3
                    

DbfRead - DBF File Reader Tool

A cross-platform command-line tool for reading and processing DBF (dBASE) database files.

Installation

Install as a global .NET tool:

dotnet tool install -g DbfRead

Usage

Read DBF file contents

dbfread read data.dbf
dbfread read data.dbf --format csv
dbfread read data.dbf --limit 100 --fields NAME,SALARY

Display file information

dbfread info data.dbf
dbfread info data.dbf --verbose

Export to different formats

dbfread export data.dbf --output data.csv
dbfread export data.dbf --format json --output data.json

Validate file integrity

dbfread validate data.dbf

Requirements

  • .NET 9.0 runtime or later

License

MIT License

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.2.9 247 11/10/2025
0.2.8 164 10/14/2025
0.2.7 204 9/4/2025
0.2.6 190 9/4/2025
0.2.5 174 9/3/2025
0.2.4 178 8/18/2025
0.2.3 235 8/6/2025
0.2.2 184 8/4/2025
0.2.1 86 8/1/2025
0.2.0 113 8/1/2025
0.1.7 160 7/30/2025
0.1.6 146 7/29/2025
0.1.5 144 7/29/2025
0.1.4 151 7/28/2025
0.1.3 166 7/28/2025