forked from MapComplete/MapComplete
Add cumulative changesets per host
This commit is contained in:
parent
2e57b951be
commit
13d74e479c
4 changed files with 2873 additions and 2872 deletions
|
@ -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, .comment]" "$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, .metadata.host]" "$f" | tr -d "\n" | sed "s/]\[/\n/g" | tr -d "][" >> tmp.csv
|
||||
echo "" >> tmp.csv
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue