Skip to content
rthoth edited this page Aug 5, 2015 · 4 revisions

Dbf Reference


Constructor

Dbf(fileName)

  • String fileName

Methods


forEach(iterator, done)

  • Function iterator function(record, index, next)

    • Object record
    • Number index 0-indexed
    • Function next function(error?): call next with or without error
  • Function done function(err?)

    • Error err

get(index, callback)

  • Integer index 0-indexed record
  • Function callback function(err, record)
  • err error or null when no error
  • record DBF Record