DbfDataReader icon indicating copy to clipboard operation
DbfDataReader copied to clipboard

DbfDataReader is a small fast .Net Core library for reading dBase, xBase, Clipper and FoxPro database files

Results 35 DbfDataReader issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Error happened on dbf table init, in constructor, where exists date field and it do not contains date(empty). Before adding date column(which may be empty) in dbf...

How to write data to dbf files to implement import and export fetures.

Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.1. Commits 3539d92 Target netcoreapp3.1 (#767) 5a04f83 Update to dotnet 6.0.100 (#762) 2f44d40 Update dependencies from https://github.com/dotnet/arcade build 20211105.2 (#... 02a36d3 Update dependencies from https://github.com/dotnet/arcade...

dependencies

Bumps [System.Text.Encoding.CodePages](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.0. Release notes Sourced from System.Text.Encoding.CodePages's releases. .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0 Preview 7 Release...

dependencies

**Describe the bug** Object reference not set to an instance of an object error **To Reproduce** Run the attached minimum solution with the included dbf/fpt files. **Expected behavior** DBF to...

**Bug Description** DbfDataReader is Skipping Rows After Deleted Row if i set SkipDeletedRecords = true Steps to reproduce the behavior: 1. Read Dbf file that contains deleted record at index...

cannot fill a array object with the DbfDataReader getvalues method.. i created a datatable manualy to filled with the values of dbf file to implementing filter on it like filtering...

It's possible to start the reading records in order from the last row to the first row inserted? That feature could be added in the options, something like this: var...

It is possible to run into issues where a value in a dbf file is has a type of `Float`, but is larger than a `float` in C#. This would...