0.2.3 • Published 9 years ago

fnm-parser v0.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

FNM Parser

Parses Fannie May form 1003 version 3.2 into JSON

Not all lines have been mapped yet but it would be easy to extend to what you need with options via see the lookup.js for example parsing.

Usage

fnm_parser(filePath).on("done", function(d) { console.log(d); });

References:

A comprehensive list of the fields.

Residential Load Data 1003 Integration Guide

Versions

  • 0.2.3 Adding additional fields
  • 0.2.2 Bug fix - 04A fields missing ids
  • 0.2.1 Bug fix - needed to add id to return data
  • 0.2.0 Added Field IDs to rows for and some additional data to lookup
  • 0.1.0 First draft with basic lookup data for realtors
0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago