Skip to content

Commit

Permalink
Fix json to multicsv invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
antidipyramid authored Feb 12, 2024
1 parent a297fbf commit 9ddaa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.update
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ court_case.csv : court_case_raw.csv
cat $< | sed -r '1s/[a-z0-9_]+\.//g' > $@

court_case_raw.attorney.csv court_case_raw.defendant.csv court_case_raw.plaintiff.csv court_case_raw.csv court_case_raw.event.csv : rescraped_cases.json
perl json-to-multicsv.pl --file $< \
json-to-multicsv.pl --file $< \
--path /:table:court_case_raw \
--path /*/events/:table:event \
--path /*/plaintiffs/:table:plaintiff \
Expand Down

0 comments on commit 9ddaa82

Please sign in to comment.