You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to Find or Find all for a specific MARC field, you will need to include the equals sign before the MARC field. For example, if you type in the search box 856, Find or Find All will search for 856 as a keyword anywhere. If there is a title such as "The Journey of 856 people", this will then show up in your search results. If you search for =856, it will find anything with that string. If for example there is a title with "... =856 ..." then this will also appear in the search results. Typically the equals before the MARC tage will bring up that MARC tag. By extension, if you want to find a specific MARC field that have specific indicators, you will need to include 2 spaces after the MARC field as in =856 40.
## Find, Find All, and Replace using the MARC field 856
@@ -55,25 +53,25 @@ If you want to Find or Find all for a specific MARC field, you will need to incl
55
53
6. Go to Edit->Find (or CTRL+F)
56
54
7. In the search box in the new window, type in =856
57
55
8. Click Find All
58
-
9.What results do you see
56
+
9.Our results show a list of 282 instances of =856. Note that the first results include an insitituion specific proxy =856 40\$3Full text:\$uhttps://proxy.ufl.edu?url=. We will need to remove this proxy string if we want to use these records in a different institutional catalog.
1. Find those MARC fields 856 where there is a subfield 3 for Full text followed by a subfield u
67
-
2.Add this proxy https://proxy.edu?url=
64
+
1. Find those instances of https://proxy.ufl.edu?url= in the record set
65
+
2.Remove the proxy string
68
66
69
67
::::::::::::::: solution
70
68
71
69
## Solution
72
70
73
71
1. Click Edit->Replace
74
-
2. In the search box for Find, type in =856 40\$3Full text:\$u
75
-
3. In the search box for Replace, type in =856 40\$3Full text:\$uhttps://proxy.edu?url=
76
-
4.Undo those changes.
72
+
2. In the search box for Find, type in \$uhttps://proxy.ufl.edu?url=
73
+
3. In the search box for Replace, type in \$u
74
+
4.Click Replace All
77
75
78
76
:::::::::::::::::::::::::
79
77
@@ -83,7 +81,7 @@ If you want to Find or Find all for a specific MARC field, you will need to incl
83
81
84
82
## Find and Replace
85
83
86
-
Remember to always verify the search results of the Find or Find All and profile your data before making changes. Find or Find all will search for the exact phrase or string that you put into the search box either on that page (Find) or in every record (Find all). In the example above, if your records contain MARC fields 856 with different \$3 data (for example: =856 40\$3Online Access:\$u) the replace above will not add the proxy to those 856 fields. You will need to do another replace.
84
+
Remember to always verify the search results of the Find or Find All and profile your data before making changes. Find or Find all will search for the exact phrase or string that you put into the search box either on that page (Find) or in every record (Find all). In the example above, if your records contain MARC fields 856 with different \$u data (for example: =856 40\$3Online Access:\$uhttps://proxy.ucla.edu?url=) the replace above will not remove the proxy from the 856 fields. You will need to do another replace.
0 commit comments