BMFkit
Creates and Maintains a MySQL Database of the IRS Business Master File
The IRS has created the Business Master File of all tax-exempt entities. There are 28 searchable fields.
This project consists of two bash scripts plus two SQL scripts to automate the process of converting and updating the files from the IRS into a MySQL (MySQL, MariaDB) database.
The first script (plus SQL) creates a database and primary table. It then downloads the files from the IRS, processes them and adds them to the database.
The second script is used for updates. The IRS updates...