NDbfReader Versions Save

A fully managed reader of DBF files. Fast and lightweight with async support.

v2.4

2 years ago
New features
  • Currency column support
  • #10 Decimal precision column property support
Improvements
  • Allocation free parsing of DateTime and decimal values (.NET Standard 2.1+ only)

v2.3

5 years ago
Bug fixes
  • #7 Fixed date, boolean and integer columns to respect the actual column size

v2.2

5 years ago
New features
  • CancellationToken support in every async method
Improvements
  • Faster loading of string values
Bug fixes
  • Added handling of incomplete I/O reads from buffered streams

v2.1.1

6 years ago
Bug fixes
  • Fixed handling of empty FoxPro datetime values

v2.1

6 years ago
New features
  • FoxPro datetime support (#5)
  • .NET Standard 2.0 support

v2.0

7 years ago
New features
  • Columns with unknown dBASE type are loaded as RawColumn. GetValue methods then return raw bytes.
  • New GetBytes methods which return raw bytes
  • Full async support
  • .NET Standard 1.3 support
Improvements
  • Column values can be read out of order even when using forward only stream
  • Significantly less I/O operations
  • Lower memory consumption
Bug fixes
  • Proper support of extended dBASE headers

v1.1.1

9 years ago
Bug fixes
  • AsDataTable method with a custom encoding and no column names returns an empty DataTable

v1.1

9 years ago
New features
  • AsDataTable method has a new overload which allows you to specify the only columns to load
  • Table has a new property LastModified
Improvements
  • faster column lookup when calling the GetXX methods with a string paramater
  • slightly faster loading of string values