biglocalnews / warn-scraper

Command-line interface for downloading WARN Act notices of qualified plant closings and mass layoffs from state government websites
https://warn-scraper.readthedocs.io
Apache License 2.0
28 stars 10 forks source link

RI scraper down #616

Closed stucka closed 4 months ago

stucka commented 4 months ago

Faults: Existing code only looks at one worksheet, instead of all Existing code does not account for rows without data Headers shifted ("Company Name (* Denotes Covid 19 Related WARN)" vs "Company Name " (with a space)

Code should probably convert those two strings to just "Company Name" and pick it up in the transformer side as that.

Likely an easy fix I'm hoping to get to this afternoon, but it's blocking all the transformers in the meantime.

stucka commented 4 months ago

Scraper rebuilt; transformer patched.