@sitna/parsedbf
v1.0.2
Published
The DBF parsing component of shapefile-js
Downloads
6
Readme
parseDBF
DBF parsing components of shapefile-js
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);