From 9ddaa82ebf4dd741ae6ed6783fc21e1a35734f79 Mon Sep 17 00:00:00 2001 From: M J <36973363+antidipyramid@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:07:01 +0000 Subject: [PATCH] Fix json to multicsv invocation --- Makefile.update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.update b/Makefile.update index b378741..578103b 100644 --- a/Makefile.update +++ b/Makefile.update @@ -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 \