export empty jsons too

This commit is contained in:
2026-08-13 18:00:55 +02:00
parent 05b2ad9f8d
commit 1e866c86d9
3 changed files with 64 additions and 20 deletions
+6 -4
View File
@@ -41,10 +41,12 @@ user_agents = [
scrape_interval_minutes = 15
# --- Raw JSON persistence ---------------------------------------------------
# Optional: write every downloaded raw JSON dataset to disk (one file per VIN
# per scrape), e.g. to inspect the portal's payload while improving the field
# mapping in vw-eu-data-act-exporter.py. Disabled by default, since the
# exporter is designed to be stateless (see README.md).
# Optional: write the JSON extracted from every downloaded dataset to disk
# (one file per VIN per scrape), e.g. to inspect the portal's payload while
# improving the field mapping in vw-eu-data-act-exporter.py. Also extracts
# and persists the JSON from "_no_content_found.zip" placeholders, if they
# carry one. ZIP files themselves are never written to disk. Disabled by
# default, since the exporter is designed to be stateless (see README.md).
persist_raw_json = False
persist_raw_json_dir = "./raw_json"