yellowfeather / FastDBF

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 100.0%