dex2dot0 / HMDA-Hero

HMDA Hero is a free and open source resource to help organizations with meeting HMDA submission rquirements.
https://www.hmdahero.com/
Other
1 stars 0 forks source link

Importing Valid LAR File Fails #5

Closed dex2dot0 closed 2 years ago

dex2dot0 commented 2 years ago

The given example in the project pipe.test.txt throws a failure when trying to import to an existing LAR. The file itself passes the LAR formatting check on https://ffiec.cfpb.gov/tools/file-format-verification.

dex2dot0 commented 2 years ago

Might consider switching the validation to https://cfpb.github.io/hmda-platform/#hmda-public-verification-api-single-ts-verification-validate-ts and checking for the existence of syntactical errors. I believe that is an indication of formatting issues.

dex2dot0 commented 2 years ago

Fixed via #8

dex2dot0 commented 2 years ago

Tested and confirmed the issue is resolved.