We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f386bd6 commit 0be158eCopy full SHA for 0be158e
1 file changed
scripts/download_data.sh
@@ -34,4 +34,4 @@ check_date=$(date +%Y-%m-%d)
34
mlr --jsonl filter '${idDecStatoIniziativa.id}==2' then cut -f id,sostenitori then put '$data="'"${check_date}"'"' then reorder -f id,data,sostenitori "${folder}"/../data/source.jsonl >>"${folder}"/../data/time_line.jsonl
35
36
# Rimuove duplicati dalla timeline e riordina per data e ID
37
-mlr -I --jsonl top -f sostenitori -g id,data then sort -t data,id then cut -x -f top_idx then rename sostenitori_top,sostenitori ../data/time_line.jsonl
+mlr -I --jsonl top -f sostenitori -g id,data then sort -t data,id then cut -x -f top_idx then rename sostenitori_top,sostenitori "${folder}"/../data/time_line.jsonl
0 commit comments