1.1.1 • Published 4 years ago

parsedbf v1.1.1

Weekly downloads
13,845
License
MIT
Repository
github
Last release
4 years ago

parseDBF

DBF parsing components of shapefile-js

Build Status Dependency Status devDependency Status

Install

npm install --save parsedbf

Usage

parseDBF(buffer, [codepage])

var parseDBF = require('parsedbf');

var dbfFile = fs.readFileSync('path/to/my/file');
var parsedDBF = parseDBF(dbfFile);