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.4 84 8/18/2025
0.2.3 202 8/6/2025
0.2.2 150 8/4/2025
0.2.1 46 8/1/2025
0.2.0 76 8/1/2025
0.1.7 132 7/30/2025
0.1.6 112 7/29/2025
0.1.5 108 7/29/2025
0.1.4 113 7/28/2025
0.1.3 117 7/28/2025