Skip to content

Commit

Permalink
Merge pull request #284 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch AL
  • Loading branch information
stucka authored Jun 18, 2024
2 parents e7195e1 + 3b54ff1 commit 0b83c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn_transformer/transformers/al.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Transformer(BaseTransformer):
location="City",
notice_date="Initial Report Date",
effective_date="Planned Starting Date",
jobs="Planned # Affected Employees",
jobs="Planned # of Affected Employees",
)
date_format = "%m/%d/%Y"
date_corrections = {"01/01/0001": datetime(2020, 1, 1)}
Expand Down

0 comments on commit 0b83c20

Please sign in to comment.