Closed antidipyramid closed 10 months ago
This PR makes sure we're not ignoring multiple employer declarations.
I've assumed that in the case of multiple employers, there would be two or more identical batches of employer info under the same header.
Closes #3
Verify that python -m scrapers.financial_disclosure.scrape_financial_disclosures runs without error and produces correct employer CSVs
python -m scrapers.financial_disclosure.scrape_financial_disclosures
doesn't look like this can actually be multiple.
Overview
This PR makes sure we're not ignoring multiple employer declarations.
I've assumed that in the case of multiple employers, there would be two or more identical batches of employer info under the same header.
Closes #3
Testing Instructions
Verify that
python -m scrapers.financial_disclosure.scrape_financial_disclosures
runs without error and produces correct employer CSVs