DbfSharp 0.1.3
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.3
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.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DbfSharp&version=0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package DbfSharp --version 0.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 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.