DbfSharp 0.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global DbfSharp --version 0.1.6
                    
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.6
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DbfSharp&version=0.1.6
                    
nuke :add-package DbfSharp --version 0.1.6
                    

DbfSharp - 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 DbfSharp

Usage

Read DBF file contents

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

Display file information

dbfsharp info data.dbf
dbfsharp info data.dbf --verbose

Export to different formats

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

Validate file integrity

dbfsharp 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 121 8/18/2025
0.2.3 205 8/6/2025
0.2.2 152 8/4/2025
0.2.1 49 8/1/2025
0.2.0 78 8/1/2025
0.1.7 134 7/30/2025
0.1.6 113 7/29/2025
0.1.5 109 7/29/2025
0.1.4 114 7/28/2025
0.1.3 120 7/28/2025