Skip to content

dwillis/exempt_orgs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

IRS Exempt Organization File Converter

This uses csvkit's in2csv utility to parse the fixed-width files listing tax-exempt organizations from the IRS into CSVs.

Steps

  1. Download Region Files from irs.gov
  2. Unzip those files
  3. Clone ffs someplace
  4. Clone this repo some other place
  5. cd into this repo, create and activate virtualenv, run pip install -r requirements.txt
  6. Run the following commands:

bin/in2csv -f fixed -s /path_to/irs_exempt_org_schema.csv /path_to/EO1.LST > eo1.csv bin/in2csv -f fixed -s /path_to/irs_exempt_org_schema.csv /path_to/EO2.LST > eo2.csv bin/in2csv -f fixed -s /path_to/irs_exempt_org_schema.csv /path_to/EO3.LST > eo3.csv bin/in2csv -f fixed -s /path_to/irs_exempt_org_schema.csv /path_to/EO4.LST > eo4.csv

About

Basic utility to convert IRS exempt org files to CSVs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published