ShelterApp / AddResources

http://shelterapp.org/
11 stars 10 forks source link

Convert IRS scraper like other scraper #60

Open prabhushrikant opened 3 years ago

prabhushrikant commented 3 years ago

Current IRS scraper is not in form like other scrapers ie. doesn't inherit from Base scraper. Convert the logic to do the same.

Shak2000 commented 3 years ago

The standardized IRS scraper found 47098 valid records and 5 invalid records. These invalid records have a 'NONE' value for the 'address1' column. The original IRS scraper found 47103 records (including the invalid ones), which shows that the standardized IRS scraper works as expected. The standardized IRS scraper will create an entirely new collection to enter the data in as a means of preventing it from overriding the data collection produced by the original IRS scraper.