Skip to content

Commit 483d185

Browse files
committed
updated participant data
1 parent e95158c commit 483d185

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ election_mode : election_mode.csv | nlrb.db
8484
sqlite-utils convert nlrb.db election_mode date_tally_scheduled 'r.parsedate(value)'
8585
sqlite-utils convert nlrb.db election_mode date_tallied 'r.parsedate(value)'
8686

87-
participant_details_%.csv : raw/NLRB-2023-001998_final-All_NxGen_%_cases_filed_thru_9-15-2023.xlsx
87+
participant_details_R.csv : raw/2025-NLFO-02593.2.xlsx
88+
in2csv -K 2 $< > $@
89+
90+
participant_details_C.csv : raw/2025-NLFO-02593.1.xlsx
8891
in2csv -K 2 $< > $@
8992

9093
participant_details.csv : participant_details_R.csv participant_details_C.csv

raw/2025-NLFO-02593.1.xlsx

57.5 MB
Binary file not shown.

raw/2025-NLFO-02593.2.xlsx

9.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)