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

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

dependencies

I'd like to read data from a dBASE IV file with memo fields. It looks like you were planning on supporting this [feature.](https://github.com/yellowfeather/DbfDataReader/blob/main/src/DbfDataReader/DbfMemoDbase4.cs) Are you accepting pull requests?

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.8.0 What's Changed Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0 v17.8.0-release-23468-02 What's Changed Upgrade Newtonsoft.Json from 13.0.1 to 13.0.3 by @​mthalman in...

dependencies

**Describe the bug** columns of "Char" type in dbf are trimmed (ltrim) of space. **To Reproduce** Steps to reproduce the behavior: take a dbf with a "C" data type and...

I was traying to use your library in a .net framework 4.6 proyect but the nuget pacakge targets .net core, it's posible to complie the library for this target or...