Skip to content

Commit 0be158e

Browse files
committed
fix: corregge il percorso del file nella rimozione dei duplicati nella timeline
1 parent f386bd6 commit 0be158e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ check_date=$(date +%Y-%m-%d)
3434
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
3535

3636
# 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
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 "${folder}"/../data/time_line.jsonl

0 commit comments

Comments
 (0)