Skip to content

Commit bc1bd74

Browse files
Update 06-manipulating-MARC-data-basics.md
Changed Replace exercise to remove the proxy instead of add it. Also updated the file to account for this exercise. Will reload the data.
1 parent 9dbef02 commit bc1bd74

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

episodes/06-manipulating-MARC-data-basics.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The popup window for the Find Text/Replace Text function and the secondary popup
4141

4242
::::::::::::::::::::::::::::::::::::::::::::::::::
4343

44-
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.
45-
4644
::::::::::::::::::::::::::::::::::::::::: checklist
4745

4846
## 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
5553
6. Go to Edit->Find (or CTRL+F)
5654
7. In the search box in the new window, type in =856
5755
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.
5957

6058
::::::::::::::::::::::::::::::::::::::::::::::::::
6159

6260
::::::::::::::::::::::::::::::::::::::: challenge
6361

64-
## Add a proxy to the MARC field 856
62+
## Remove a proxy from the MARC field 856
6563

66-
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
6866

6967
::::::::::::::: solution
7068

7169
## Solution
7270

7371
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
7775

7876
:::::::::::::::::::::::::
7977

@@ -83,7 +81,7 @@ If you want to Find or Find all for a specific MARC field, you will need to incl
8381

8482
## Find and Replace
8583

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.
8785

8886

8987
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)