Skip to content

This will download the Fed's list of ACH banking institutions and insert them into a SQLITE database.

Notifications You must be signed in to change notification settings

jakeonrails/fed_ach_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About:

This is a simple script to download/scrape a list of financial institutions from the Fed. It uses DataMapper as an ORM, Sqlite for the database storage, and Minitest for testing.

To install:

git clone git@github.com:jakeonrails/fed_ach_parser.git
bundle install

To run:

ruby ach.rb

The Sqlite database should be created for you in db/ach.db.

To test:

ruby test_institution.rb

Notes:

DataMapper will give you a warning when you run this because of some deprecations in DataObjects. This is a known issue, waiting for a fix, but will not affect the program.

About

This will download the Fed's list of ACH banking institutions and insert them into a SQLITE database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages