/527-loader

A loader for IRS 527 data.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

527 Loader

Loads IRS 527 data into a Postgres database.

To run:

chmod +x load.sh
export PGHOST=<database host> PGDATABASE=<database name> PGUSER=<database user> PGPASSWORD=<database password>
./load.sh

Or you can establish a pgpass file if you don't want to give specify your password.

Based on a 2015 project by Jacob Fenton.