Skip to content

Commit

Permalink
Merge pull request #521 from biglocalnews/eric-fixes
Browse files Browse the repository at this point in the history
Additional fix for California
  • Loading branch information
esagara authored Feb 16, 2023
2 parents 898be4c + 36669f4 commit 2bfad3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn/scrapers/ca.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def _extract_pdf_data(pdf_path):
"Layoff/Closure Type": "layoff_or_closure",
"No. Of \nEmployees": "num_employees",
"No. Of Employees": "num_employees",
"No. Of\nEmployees": "num_employees",
"Notice\nDate": "notice_date",
"Notice Date": "notice_date",
"NoticeDate": "notice_date",
Expand Down

0 comments on commit 2bfad3b

Please sign in to comment.