Voteshield / reggie

Reggie is a command-line tool and Python package for parsing voter registration files in the US.
GNU Lesser General Public License v2.1
18 stars 3 forks source link

Doesn't import zip codes and cities for Iowa #10

Closed InnovativeInventor closed 3 years ago

InnovativeInventor commented 4 years ago

Whereas the state provided zip files contain each voter's zip code and city, the reggie-converted csv does not.

Steps to reproduce:

Maybe I'm doing something wrong? I've opted to use the original state data since it seems like it has more data than the reggie-generated one.

cvcotton commented 3 years ago

Thanks for bringing this issue to our attention! The problem has been solved by this PR, which is now merged to master: https://github.com/Voteshield/reggie/pull/24

Going to close this issue now.