Skip to content

A free and open source .net library for reading/writing DBF files. Fast and easy to use. Supports writing to forward-only streams which makes it easy to write dbf files in a web server environment.

Notifications You must be signed in to change notification settings

yellowfeather/FastDBF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a fork of original FastDBF project with some much-needed changes that I've made for my data import tools. It's not something major (yet), but the ability to change the encoding was requested for years now. So now you can have it too.

Changes

  • configurable character encoding;
  • column indexer by column name;
  • no more dbf2csv sample app (it was convoluted and far from being helpful to learn the library anyway; just look at tests).

Copyrights and other such things

See the original project.

About

A free and open source .net library for reading/writing DBF files. Fast and easy to use. Supports writing to forward-only streams which makes it easy to write dbf files in a web server environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%