fnm-parser
v0.2.3
Published
FannyMae 3.2 Parser - parses the FNM Residential Loan Data file 1003 version 3.2 into JSON
Downloads
13
Readme
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