Skip to content

An efficient dBase DBF file parser written in pure JavaScript

Notifications You must be signed in to change notification settings

julianbeggs/node-dbf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mydbf-parser

This is an event-based dBase file parser for very efficiently reading data from *.dbf files.

mydbf-parser based on https://github.com/tamtakoe/node-dbf with extra work to add support for several field types:

Memo field Timestamp Date field Currency field - Integer 64-bit Integer 32-bit Double precision number Numbers

Tested on dbf tables from Visual FoxPro application Assumes "latin1" encoding (aka win-1252)

About

An efficient dBase DBF file parser written in pure JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%