DbfSharp 0.1.6
There is a newer version of this package available.
See the version list below for details.
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
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DbfSharp --version 0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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 |