diff --git a/conditor-dumps-config.json b/conditor-dumps-config.json index 0c06cd2..70d2aad 100644 --- a/conditor-dumps-config.json +++ b/conditor-dumps-config.json @@ -4,7 +4,7 @@ "EZS_VERBOSE": false }, "files": { - "zip": "https://gitbucket.inist.fr/tdm/web-dumps/archive/conditor-dumps/conditor-dumps@1.5.0.zip" + "zip": "https://gitbucket.inist.fr/tdm/web-dumps/archive/conditor-dumps/conditor-dumps@1.6.0.zip" }, "tasks": [ { diff --git a/conditor-dumps/Makefile b/conditor-dumps/Makefile index 830cdde..f1c0f12 100644 --- a/conditor-dumps/Makefile +++ b/conditor-dumps/Makefile @@ -21,13 +21,17 @@ # cible : dépendance 05-future-loader/%.jsonl: 04-enrich/%.jsonl - npx ezs 05-future-loader.ini < $< > $@ + npx ezs 05-future-loader.ini < $< > $@.crdownload + mv $@.crdownload $@ 04-enrich/%.jsonl: 03-create-fields/%.jsonl - npx ezs 04-enrich.ini < $< > $@ + npx ezs 04-enrich.ini < $< > $@.crdownload + mv $@.crdownload $@ 03-create-fields/%.jsonl: 02-download/%.jsonl - npx ezs 03-create-fields.ini < $< > $@ + npx ezs 03-create-fields.ini < $< > $@.crdownload + mv $@.crdownload $@ 02-download/%.jsonl: 01-query/%.txt - npx ezs 02-download.ini < $< > $@ \ No newline at end of file + npx ezs 02-download.ini < $< > $@.crdownload + mv $@.crdownload $@ diff --git a/conditor-dumps/README.md b/conditor-dumps/README.md index 94d8e02..617a403 100644 --- a/conditor-dumps/README.md +++ b/conditor-dumps/README.md @@ -6,6 +6,9 @@ Les fichiers fournis sont au format JSON Lines (`.jsonl`), ce qui veut dire que le *loader* utilisé pour LODEX doit être adapté. +> 📗 Tant qu'une étape n'est pas terminée, le fichier résultant est suffixé par +> `.crdownload`. + ## Étapes ### 01-query @@ -64,7 +67,7 @@ "EZS_VERBOSE": false }, "files" : { - "zip": "https://gitbucket.inist.fr/tdm/web-dumps/archive/conditor-dumps/conditor-dumps@1.5.0.zip" + "zip": "https://gitbucket.inist.fr/tdm/web-dumps/archive/conditor-dumps/conditor-dumps@1.6.0.zip" }, "tasks": [ {