Skip to content

Commit

Permalink
Update build-site.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 authored Sep 15, 2023
1 parent d74b845 commit 5c4f2f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RKI_FILE=https://media.githubusercontent.com/media/robert-koch-institut/SARS-CoV

wget -nv -O rki.csv $RKI_FILE
ls -al rki.csv
# Filter by IdLandkreis, AnzahlFall, Meldedatum, Refdatum
cut -d ',' -f 1,4,5,10 rki.csv > temp.csv
mv temp.csv rki.csv
head rki.csv

echo "FILTER the RKI csv file ---"
Expand Down

0 comments on commit 5c4f2f1

Please sign in to comment.