Fancy stats!

This commit is contained in:
Pieter Vander Vennet 2021-03-13 15:31:28 +01:00
parent 558265eba9
commit 0d60991f57
25 changed files with 3057 additions and 2953 deletions

View file

@ -13,7 +13,7 @@ echo "" > tmp.csv
for f in stats.*.json
do
echo $f
jq ".features[].properties | [.date, .user, .metadata.language, .metadata.theme, .editor, .create, .modify]" "$f" | tr -d "\n" | sed "s/]\[/\n/g" | tr -d "][" >> tmp.csv
jq ".features[].properties | [.date, .user, .metadata.language, .metadata.theme, .editor, .create, .modify, .comment]" "$f" | tr -d "\n" | sed "s/]\[/\n/g" | tr -d "][" >> tmp.csv
echo "" >> tmp.csv
done