@natlibfi/marc-record-merge 6.0.0-beta.4 → 6.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -10
- package/dist/reducers/copy.js +101 -35
- package/dist/reducers/copy.js.map +1 -1
- package/dist/reducers/copy.spec.js +18 -20
- package/dist/reducers/copy.spec.js.map +1 -1
- package/dist/reducers/select.js +10 -2
- package/dist/reducers/select.js.map +1 -1
- package/dist/reducers/select.spec.js +6 -8
- package/dist/reducers/select.spec.js.map +1 -1
- package/package.json +9 -11
- package/src/reducers/copy.js +93 -36
- package/src/reducers/copy.spec.js +21 -13
- package/src/reducers/select.js +7 -4
- package/src/reducers/select.spec.js +7 -3
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/01/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/02/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/02/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/02/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/02/source.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/03/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/03/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/03/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/03/source.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/04/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/04/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/04/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/04/source.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/05/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/05/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/05/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/05/source.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/06/base.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/06/merged.json +0 -0
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/06/metadata.json +1 -2
- package/test-fixtures/reducers/copy/{basic copy → 01 - copy}/06/source.json +0 -0
- package/test-fixtures/reducers/copy/01 - copy/07/base.json +39 -0
- package/test-fixtures/reducers/copy/01 - copy/07/merged.json +39 -0
- package/test-fixtures/reducers/copy/01 - copy/07/metadata.json +5 -0
- package/test-fixtures/reducers/copy/01 - copy/07/source.json +24 -0
- package/test-fixtures/reducers/copy/01 - copy/08/base.json +28 -0
- package/test-fixtures/reducers/copy/01 - copy/08/merged.json +28 -0
- package/test-fixtures/reducers/copy/01 - copy/08/metadata.json +4 -0
- package/test-fixtures/reducers/copy/01 - copy/08/source.json +24 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/01/base.json +17 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/01/merged.json +20 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/01/metadata.json +6 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/01/source.json +20 -0
- package/test-fixtures/reducers/copy/{copyUnless/01 → 02 - doNotCopyIfFieldPresent/02}/base.json +0 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/02/merged.json +20 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/02/metadata.json +6 -0
- package/test-fixtures/reducers/copy/02 - doNotCopyIfFieldPresent/02/source.json +20 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly/01/metadata.json → 03 - compareTagsOnly/01/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/02/base.json +0 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/02/merged.json +0 -0
- package/test-fixtures/reducers/copy/{compareTagsOnly/02/metadata.json → 03 - compareTagsOnly/02/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{compareTagsOnly → 03 - compareTagsOnly}/02/source.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators/01/metadata.json → 04 - compareWithoutIndicators/01/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/02/base.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/02/merged.json +0 -0
- package/test-fixtures/reducers/copy/{compareWithoutIndicators/02/metadata.json → 04 - compareWithoutIndicators/02/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{compareWithoutIndicators → 04 - compareWithoutIndicators}/02/source.json +0 -0
- package/test-fixtures/reducers/copy/05 - copyUnless/01/base.json +9 -0
- package/test-fixtures/reducers/copy/{copyUnless → 05 - copyUnless}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{copyUnless/01/metadata.json → 05 - copyUnless/01/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{copyUnless → 05 - copyUnless}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/01/metadata.json → 06 - subfieldsMustBeIdentical/01/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/02/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/02/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/02/metadata.json → 06 - subfieldsMustBeIdentical/02/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/02/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/03/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/03/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/03/metadata.json → 06 - subfieldsMustBeIdentical/03/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/03/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/04/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/04/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/04/metadata.json → 06 - subfieldsMustBeIdentical/04/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/04/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/05/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/05/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/05/metadata.json → 06 - subfieldsMustBeIdentical/05/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/05/source.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/06/base.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/06/merged.json +0 -0
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical/06/metadata.json → 06 - subfieldsMustBeIdentical/06/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{subfieldsMustBeIdentical → 06 - subfieldsMustBeIdentical}/06/source.json +0 -0
- package/test-fixtures/reducers/copy/{excludeSubfields → 07 - excludeSubfields}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{excludeSubfields → 07 - excludeSubfields}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/07 - excludeSubfields/01/metadata.json +8 -0
- package/test-fixtures/reducers/copy/{excludeSubfields → 07 - excludeSubfields}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/07 - excludeSubfields/02/base.json +39 -0
- package/test-fixtures/reducers/copy/07 - excludeSubfields/02/merged.json +58 -0
- package/test-fixtures/reducers/copy/07 - excludeSubfields/02/metadata.json +5 -0
- package/test-fixtures/reducers/copy/07 - excludeSubfields/02/source.json +43 -0
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/01/base.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/01/merged.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields/01/metadata.json → 08 - dropSubfields/01/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/01/source.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/02/base.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields/02/merged.json → 08 - dropSubfields/02/merged.json } +1 -1
- package/test-fixtures/reducers/copy/{dropSubfields/02/metadata.json → 08 - dropSubfields/02/metadata.json } +2 -3
- package/test-fixtures/reducers/copy/{dropSubfields/03/source.json → 08 - dropSubfields/02/source.json } +2 -2
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/03/base.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields/03/merged.json → 08 - dropSubfields/03/merged.json } +1 -1
- package/test-fixtures/reducers/copy/{dropSubfields/03/metadata.json → 08 - dropSubfields/03/metadata.json } +2 -3
- package/test-fixtures/reducers/copy/{dropSubfields/04/source.json → 08 - dropSubfields/03/source.json } +2 -2
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/04/base.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields → 08 - dropSubfields}/04/merged.json +0 -0
- package/test-fixtures/reducers/copy/{dropSubfields/04/metadata.json → 08 - dropSubfields/04/metadata.json } +1 -2
- package/test-fixtures/reducers/copy/{dropSubfields/02/source.json → 08 - dropSubfields/04/source.json } +2 -2
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/01/base.json +9 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/01/merged.json +20 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/01/metadata.json +6 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/01/source.json +20 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/02/base.json +9 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/02/merged.json +20 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/02/metadata.json +6 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/02/source.json +20 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/03/base.json +9 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/03/merged.json +31 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/03/metadata.json +6 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/03/source.json +31 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/04/base.json +9 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/04/merged.json +42 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/04/metadata.json +6 -0
- package/test-fixtures/reducers/copy/09 - swapSubfieldCode/04/source.json +42 -0
- package/test-fixtures/reducers/copy/10 - swapTag/01/base.json +17 -0
- package/test-fixtures/reducers/copy/10 - swapTag/01/merged.json +28 -0
- package/test-fixtures/reducers/copy/10 - swapTag/01/metadata.json +6 -0
- package/test-fixtures/reducers/copy/10 - swapTag/01/source.json +20 -0
- package/test-fixtures/reducers/metadata.json +1 -2
- package/.drone.yml +0 -92
- package/test-fixtures/reducers/copy/excludeSubfields/01/metadata.json +0 -9
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
package/test-fixtures/reducers/copy/{copyUnless/01 → 02 - doNotCopyIfFieldPresent/02}/base.json
RENAMED
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/test-fixtures/reducers/copy/{excludeSubfields → 07 - excludeSubfields}/01/merged.json
RENAMED
|
File without changes
|
package/test-fixtures/reducers/copy/{excludeSubfields → 07 - excludeSubfields}/01/source.json
RENAMED
|
File without changes
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"code": "b",
|
|
19
|
+
"value": "##2002021356"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "010",
|
|
25
|
+
"ind1": " ",
|
|
26
|
+
"ind2": " ",
|
|
27
|
+
"subfields": [
|
|
28
|
+
{
|
|
29
|
+
"code": "d",
|
|
30
|
+
"value": "##2002021357"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "e",
|
|
34
|
+
"value": "##2002021359"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"code": "b",
|
|
19
|
+
"value": "##2002021356"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "010",
|
|
25
|
+
"ind1": " ",
|
|
26
|
+
"ind2": " ",
|
|
27
|
+
"subfields": [
|
|
28
|
+
{
|
|
29
|
+
"code": "d",
|
|
30
|
+
"value": "##2002021357"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "e",
|
|
34
|
+
"value": "##2002021359"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"tag": "010",
|
|
40
|
+
"ind1": " ",
|
|
41
|
+
"ind2": " ",
|
|
42
|
+
"subfields": [
|
|
43
|
+
{
|
|
44
|
+
"code": "c",
|
|
45
|
+
"value": "##2002021348"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"code": "d",
|
|
49
|
+
"value": "##2002021358"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"code": "e",
|
|
53
|
+
"value": "##2002021359"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"leader": "01331cam a22003494i 4500",
|
|
3
|
+
"fields": [
|
|
4
|
+
{
|
|
5
|
+
"tag": "001",
|
|
6
|
+
"value": "007346734"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"tag": "010",
|
|
10
|
+
"ind1": " ",
|
|
11
|
+
"ind2": " ",
|
|
12
|
+
"subfields": [
|
|
13
|
+
{
|
|
14
|
+
"code": "a",
|
|
15
|
+
"value": "##2002021346"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"code": "b",
|
|
19
|
+
"value": "##2002021356"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"tag": "010",
|
|
25
|
+
"ind1": " ",
|
|
26
|
+
"ind2": " ",
|
|
27
|
+
"subfields": [
|
|
28
|
+
{
|
|
29
|
+
"code": "c",
|
|
30
|
+
"value": "##2002021348"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"code": "d",
|
|
34
|
+
"value": "##2002021358"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"code": "e",
|
|
38
|
+
"value": "##2002021359"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Copy fields 250 drop subfields 9 unless FENNI<KEEP> or FENNI<
|
|
2
|
+
"description": "Copy fields 250 drop subfields 9 unless FENNI<KEEP> or FENNI<DROP>",
|
|
3
3
|
"tagPatternRegExp": "^250$",
|
|
4
|
-
"dropSubfields": [{"code": "9", "condition": "unless", "value": "^FENNI<(?<option>KEEP|
|
|
5
|
-
"disabled": false
|
|
4
|
+
"dropSubfields": [{"code": "9", "condition": "unless", "value": "^FENNI<(?<option>KEEP|DROP)>$"}]
|
|
6
5
|
}
|
|
File without changes
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "Copy fields 250 drop subfields 9 TESTI<KEEP> and 9 MALLI<
|
|
2
|
+
"description": "Copy fields 250 drop subfields 9 TESTI<KEEP> and 9 MALLI<DROP>",
|
|
3
3
|
"tagPatternRegExp": "^250$",
|
|
4
|
-
"dropSubfields": [{"code": "9", "value": "TESTI<KEEP>"}, {"code": "9", "value": "MALLI<
|
|
5
|
-
"disabled": false
|
|
4
|
+
"dropSubfields": [{"code": "9", "value": "TESTI<KEEP>"}, {"code": "9", "value": "MALLI<DROP>"}]
|
|
6
5
|
}
|
|
File without changes
|
|
File without changes
|