forked from wu-wien-bibliothek/goobi-alma-bib-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
76 lines (76 loc) · 2.13 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"target_type": "sftp",
"target_path": "/files/sandbox/import/goobi/",
"sftp_settings_file": "/Users/gduffner/alma_sftp.json",
"matching_ids": {
"mms_id": {
"controlfield": "001",
"validation_regex": "^9\\d+3337$"
},
"ac_nr": {
"controlfield": "009",
"validation_regex": "^AC\\d{8}"
},
"other_id": {
"datafield": "035",
"ind1": " ",
"ind2": " ",
"target_subfield": "a",
"subfields": [
["a", "(AT-OBV){data}"]
],
"validation_regex": "AC\\d{8}"
}
},
"data": {
"doi": {
"datafield": "024",
"ind1": "7",
"ind2": " ",
"target_subfield": "a",
"subfields": [
["a", "{data}"],
["2", "doi"]
],
"validation_regex": "^10.\\d{4,}/.+$"
},
"doi-url": {
"datafield": "856",
"ind1": "4",
"ind2": "0",
"target_subfield": "u",
"subfields": [
["u", "https://doi.org/{data}"],
["x", "Resolving-System"],
["3", "Volltext"]
],
"validation_regex": "^10.\\d{4,}/.+$"
},
"repro-776": {
"datafield": "776",
"ind1": "0",
"ind2": "8",
"target_subfield": "o",
"subfields": [
["i", "Elektronische Reproduktion"],
["d", "Wien : Wirtschaftsuniversität Wien"],
["o", "{data}"]
],
"validation_regex": "^10.\\d{4,}/.+$"
},
"repro-doi-url": {
"datafield": "856",
"ind1": "4",
"ind2": "1",
"target_subfield": "u",
"subfields": [
["u", "https://doi.org/{data}"],
["x", "Resolving-System"],
["z", "kostenfrei"],
["3", "Volltext"],
["7", "0"]
],
"validation_regex": "^10.\\d{4,}/.+$"
}
}
}