Skip to content

Commit

Permalink
Merge pull request #531 from biglocalnews/eric-fixes
Browse files Browse the repository at this point in the history
Fix for CA
  • Loading branch information
esagara authored Jul 5, 2023
2 parents 360b635 + 73798bb commit 85143e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warn/scrapers/ca.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ def _extract_pdf_data(pdf_path):
"Employees": "num_employees",
"Layoff/Closure": "layoff_or_closure",
"Layoff/Closure Type": "layoff_or_closure",
"Layoff/Closure\nType": "layoff_or_closure",
"Layoff/Closure \nType": "layoff_or_closure",
"No. Of \nEmployees": "num_employees",
"No. Of Employees": "num_employees",
"No. Of\nEmployees": "num_employees",
Expand Down

0 comments on commit 85143e5

Please sign in to comment.