fix #28 Münster: Datensätze mit 'restriction on access' ausfiltern
This commit is contained in:
parent
cf3c006d78
commit
cf247a86c1
|
@ -4,7 +4,7 @@ tasks:
|
||||||
main:
|
main:
|
||||||
desc: miami ULB Münster
|
desc: miami ULB Münster
|
||||||
vars:
|
vars:
|
||||||
MINIMUM: 7695 # Mindestanzahl der zu erwartenden Datensätze
|
MINIMUM: 7300 # Mindestanzahl der zu erwartenden Datensätze
|
||||||
PROJECT: '{{splitList ":" .TASK | first}}' # results in the task namespace, which is identical to the directory name
|
PROJECT: '{{splitList ":" .TASK | first}}' # results in the task namespace, which is identical to the directory name
|
||||||
cmds:
|
cmds:
|
||||||
- task: harvest
|
- task: harvest
|
||||||
|
@ -65,8 +65,11 @@ tasks:
|
||||||
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
--apply config/nur-mit-pdf.json
|
--apply config/nur-mit-pdf.json
|
||||||
> {{.LOG}}
|
> {{.LOG}}
|
||||||
# Index: Spalte index mit row.record.index generieren
|
- > # Datensätze mit "restriction on access" löschen
|
||||||
- >
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
|
--apply config/restriction.json
|
||||||
|
> {{.LOG}}
|
||||||
|
- > # Index: Spalte index mit row.record.index generieren
|
||||||
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
"$CLIENT" -P {{.PORT}} "{{.PROJECT}}"
|
||||||
--apply config/index.json
|
--apply config/index.json
|
||||||
> {{.LOG}}
|
> {{.LOG}}
|
||||||
|
|
Loading…
Reference in New Issue