Skip to content

Commit

Permalink
Revert "Lesson 8 updates and data file edits"
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailsparling authored Oct 12, 2023
1 parent 3b05d80 commit 0412fb8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 49 deletions.
45 changes: 45 additions & 0 deletions episodes/06-manipulating-MARC-data-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exercises: 6

- Explain how to find, find all, and replace
- Explain how to add, update, and remove fields, subfields, indicators, and fixed fields
- Explain the functions RDA Helper and Select Records for Edit
- Explain the difference between save and compile
- Successfully manipulate MARC data
- Successfully save your MARC data
Expand All @@ -19,7 +20,9 @@ exercises: 6

- How can MARC data be manipulated?
- How can fields, subfields, and/or indicators be added, changed, or removed?
- How can the RDA Helper be used?
- How can fixed fields be manipulated?
- How can Select Records for Edit be used to manipulate a subset of your MARC file?
- What is the difference between save and compile?

::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down Expand Up @@ -122,6 +125,8 @@ The options to Delete a Field include removing duplicates, removing MARC fields
7. In the Field box enter 655
8. In the Field Data box enter `\4$aElectronic books`.
9. Click on the Delete Field button. You can also preview this change by clicking on the arrow on the right side and selecting Preview in the 7.5 version of MarcEdit



:::::::::::::::::::::::::

Expand Down Expand Up @@ -209,7 +214,47 @@ Undo and Special Undo are different. Undo undoes a manual edit whereas Special U

::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout

## Building a MARC field

Sometimes it is necessary to create a new MARC field based on the content of existing MARC fields.
This is possible using the function called, Build New Field.
![](fig/buildNewField.png){alt='Build New Field Window'}


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::: checklist

## Let's build a new `035 9\$a` using the data from the 001 and static data

1. Go to Tools → Build New Field
2. In the new window, in the field box, type in `=035 9\$a(LCMarcEdit){001}`
3. Select the box to "Always add this field"
4. Click Process


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::: challenge

## Use the Build New Field to add a proxy to the `856$u`

1. For eResources, it is sometimes necessary to add your institution's proxy information to the url in the `856$u`. Add `https://exampleproxy.edu/login?url=` prefix to the url in the `856$u`.

::::::::::::::: solution

## Solution

1. Go to Tools → Build New Field
2. In the new window, in the field box, type in `=856 40\$uhttps://exampleproxy.edu/login?url={856$u}`
3. Select the box to "Replace Existing Field"
4. Click Process



:::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down
53 changes: 5 additions & 48 deletions episodes/07-manipulating-MARC-data-advanced.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,21 @@
---
title: Manipulating MARC data advanced
teaching: 25
exercises: 3
teaching: 20
exercises: 2
---

::::::::::::::::::::::::::::::::::::::: objectives

- Explain Build New Field, RDA Helper and Select Records for Edit advanced functions
- Explain RDA Helper and Select Records for Edit advanced functions

::::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::: questions

- How can Build New Field be used to combine elements from existing MARC fields into a new field?
- How can the RDA Helper be used?
- How can Select Records for Edit be used to manipulate a subset of your MARC file?


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::: callout

## Building a MARC field

Sometimes it is necessary to create a new MARC field based on the content of existing MARC fields.
This is possible using the function called, Build New Field.
![](fig/buildNewField.png){alt='Build New Field Window'}


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::: checklist

## Let's build a new `035 9\$a` using the data from the 001 and static data

1. Go to Tools → Build New Field
2. In the new window, in the field box, type in `=035 9\$a(LCMarcEdit){001}`
3. Select the box to "Always add this field"
4. Click Process


::::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::: challenge

## Use the Build New Field to add a proxy to the `856$u`

1. For eResources, it is sometimes necessary to add your institution's proxy information to the url in the `856$u`. Add `https://exampleproxy.edu/login?url=` prefix to the url in the `856$u`.

::::::::::::::: solution

## Solution

1. Go to Tools → Build New Field
2. In the new window, in the field box, type in `=856 40\$uhttps://exampleproxy.edu/login?url={856$u}`
3. Select the box to "Replace Existing Field"
4. Click Process

:::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::

## RDA Helper
Expand All @@ -85,6 +42,8 @@ To run the RDA Helper, go to Tools and select RDA Helper. In the window that ope
4. Click the OK button.
5. Check your MARC data. Do you see the changes?



:::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::::::::::::::::
Expand All @@ -94,8 +53,6 @@ To run the RDA Helper, go to Tools and select RDA Helper. In the window that ope

There are times when you need to work on a subset of your MARC data. The Select Records for Edit function allows you do this.

Before using the Select Records for Edit function, save your file to capture recent edits.

Go to File and click on Select Records for Edit. In the window, you will see Display Field in the lower right hand corner. This is where you enter the MARC field you want to see displayed once you import your file. You can enter a MARC field and subfield or just a MARC field. The MARC field and/or subfield that you add in this box will provide the criteria you need to select records you want to edit. Once you have entered the Display Field, click on Import File. This will import the MARC (`.mrk`) file that you are currently working on. You can select another MARC (`.mrk`) file in the box Source MARC file.

![](fig/selectRecordsForEdit.png){alt='MarcEdit empty Select Records for Edit dialog'}
Expand Down
2 changes: 1 addition & 1 deletion episodes/data/marc_sample_data.mrc

Large diffs are not rendered by default.

Binary file modified episodes/data/marc_sample_data.zip
Binary file not shown.

0 comments on commit 0412fb8

Please sign in to comment.