Skip to content
Snippets Groups Projects
Commit d2bcd372 authored by beyer's avatar beyer
Browse files

Dokumentation

parent c92397ef
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ source_folder = "{Ordner zum Download der PICA-XML-Dateien}"
req = sru.Request_VD17()
num = req.prepare("pica.bbg=(Aa* or Af* or Av*)")
logging.info(f"Anzahl Datensätze: {req.numFound}")
req.download("source_folder")
req.download(source_folder)
```
Generieren der JSON-Serialisierung:
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment