Skip to content

Commit 00bd468

Browse files
committed
markdown source builds
Auto-generated via `{sandpaper}` Source : 233b545 Branch : main Author : Abigail Sparling <33765342+abigailsparling@users.noreply.github.com> Time : 2026-04-10 14:24:14 +0000 Message : Merge pull request #209 from jenmawe/episode5 Update 05-profiling-your-MARC-data.md
1 parent 9fe9751 commit 00bd468

2 files changed

Lines changed: 34 additions & 18 deletions

File tree

05-profiling-your-MARC-data.md

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: Profiling Your MARC data
2+
title: Profiling your MARC data
33
teaching: 10
44
exercises: 5
55
---
66

77
::::::::::::::::::::::::::::::::::::::: objectives
88

9-
- Access reports for getting an overview of your MARC data
10-
- Find tools to locate errors in your MARC records by using the MARCedit Edit toolbar
9+
- Access and run reports for your MARC data
10+
- Access and run validation for your MARC data
11+
- Find tools to locate errors in your MARC records by using the MARCedit Edit toolbar and shortcuts
12+
- Introduction to Find and Find All
1113

1214
::::::::::::::::::::::::::::::::::::::::::::::::::
1315

@@ -16,6 +18,7 @@ exercises: 5
1618
- How do I use different reports to get an overview of my MARC file?
1719
- How do I locate errors in my records?
1820
- How do I use the Edit Shortcuts tool to identify and fix common errors?
21+
- How do I validate the structure and content of my MARC file?
1922

2023
::::::::::::::::::::::::::::::::::::::::::::::::::
2124

@@ -59,7 +62,7 @@ To run the Find Records by Type Reports
5962

6063
1. Click Reports
6164
2. Select Material Type Report
62-
3. Select material type of records you want to review from the drop-down list. For this exercise select Continuing Resources.
65+
3. Select the material type of the records you want to review from the drop-down list. For this exercise, select Continuing Resources.
6366
A window will open displaying the Leader of each record. Double click on a result to be brought to that record in the MarcEditor.
6467
4. Click Close to exit the results window
6568

@@ -84,15 +87,17 @@ To run the Field Count Reports
8487

8588
## Locate errors using the Field Count Report
8689

87-
1. What do the field count results tell us about our records?
88-
2. Looking at fields 100-300 do any of the results indicate errors in our records?
90+
1. What do the Field Count report results tell us about our records?
91+
2. Looking at fields 100-300, do any of the results indicate errors in our records?
8992

9093
::::::::::::::: solution
9194

9295
## Solution
9396

94-
1. Field count outlines each field found in our records, the number of times it occurs, and how many records it occurs in. Field count can also tell us the number of records in our file (536).
97+
1. Field Count outlines each field found in our records, the number of times it occurs, and how many records it occurs in. Field count can also tell us the number of records in our file (536).
9598
2. Non-repeatable field 245 occurs more times than the number of records it is found in. At least one record contains multiple 245 fields. Field 245 appears in one less record than other required fields.
99+
3. For the record, missing a MARC field 245 or McGregor Smith Scout Reservation Master Plan by Erik Schofield, you need to change =2 4 \0$a to =245 \0$a
100+
4. For the record, with two MARC fields 245 or Fundo Mandorpampa Ecological Center by Timothy Christian Grey, you need to remove the duplicate MARC field 245.
96101

97102

98103

@@ -104,7 +109,7 @@ To run the Field Count Reports
104109

105110
Other useful tools for profiling your data can be found under the Edit tab.
106111

107-
Like many applications, the MarcEditor provides a `Find` function. Find is particularly useful for locating and reviewing all instances of a MARC field within your data, or locating a particular text string within your data.
112+
Like many applications, the MarcEditor provides a `Find` function. Find is particularly useful for locating and reviewing all instances of a MARC field within your data, or locating a particular text string within your data. In this episode, we will briefly look at Find, Find All and Edit shortcuts. In the next episode, we will return to Find and Find All in more depth.
108113

109114
We can use Find to locate and review the 245 field.
110115

@@ -135,11 +140,18 @@ The `Find Records With Duplicate Tags` function allows us to easily locate recor
135140
1. Click Edit
136141
2. Select Edit Shortcuts
137142
3. Select Field Edits
138-
4. Click Find Records With Duplicate Tags
139-
5. In the dialogue box enter 245 and click OK
143+
4. Select Find Data Tools
144+
5. Click Find Records With Duplicate Tags
145+
6. In the dialogue box enter 245 and click OK
140146

141147
The results list includes two records with duplicate 245 fields, # 8 and # 28. Click on Jump to Record # to be taken to the record in the MarcEditor. Once on the record you can manually delete the incorrect 245 field.
142148

149+
:::::::::::::::::::::::::::::::::::::: instructor
150+
151+
Note: In previous versions of MarcEdit, there is no step number 4. The user can go from Field Edits to the list of options. With the newer version, Field Edits now has options along with 2 more levels for Data Clean-up Tools and Find Data Tools.
152+
153+
:::::::::::::::::::::::::::::::::::::::::::::::::
154+
143155

144156
::::::::::::::::::::::::::::::::::::::::::::::::::
145157

@@ -179,20 +191,24 @@ The results list will show one record missing a 245 field. Click on Jump to Reco
179191

180192
## Validation and Log Reports
181193

182-
- Validate ISBNs: When you select this report, a popup window will appear. Enter the MARC field where the ISBNs are. The report will see if these are correct. For example, if an ISBN is followed by text such ebook without a space, then the report will highlight this. However, if there is a space between the ISBN and any text, this is considered valid as in this example, 9780190856939 (ebook). You will need to close the popup windows.
183-
- Validate ISSNs: When you select this report, a popup window will appear. Enter the MARC field where the ISSNs are. The behavior is similar to the ISBN report. The report will provide a result of errors or a message that no invalid ISSNs were found.
184-
- Validate Headings: Unlike in Connexion or OCLC's WorldShare, validating headings does not create hyperlinks. This report will compare headings to several online services. These online services are listed in the Service Status when you click on Validate Headings and select Service Status. Results will appear in a popup window.
185-
- Manage log files: There is no version control such as Git in MarcEdit. However, if you click on Manage Log Files -> View Current Log, you will see the entire list of actions that you have done on your file.
194+
There are a number of validation and log reports available.
195+
196+
- **Validate ISBNs**: When you select this report, a popup window will appear. Enter the MARC field where the ISBNs are. The report will see if these are correct. For example, if an ISBN is followed by text such ebook without a space, then the report will highlight this. However, if there is a space between the ISBN and any text, this is considered valid as in this example, 9780190856939 (ebook). You will need to close the popup windows.
197+
- **Validate ISSNs**: When you select this report, a popup window will appear. Enter the MARC field where the ISSNs are. The behavior is similar to the ISBN report. The report will provide a result of errors or a message that no invalid ISSNs were found.
198+
- **Validate Headings**: Unlike in Connexion or OCLC's WorldShare, validating headings does not create hyperlinks. This report will compare headings to several online services. These online services are listed in the Service Status when you click on Validate Headings and select Service Status. Results will appear in a popup window.
199+
- **Manage log files**: There is no version control such as Git in MarcEdit. However, if you click on Manage Log Files -> View Current Log, you will see the entire list of actions that you have done on your file.
186200

187201
## MarcValidator Report
188202
The MarcValidator report has a couple of options of which 2 are highlighted here. Note that if you are working with a large file, it will take longer to prep the file. Once it is prepped, there is a message that says "MarcEditor file has been prepped and is awaiting validation". You can view results grouped by errors or remove invalid records automatically from your file.
189203

190-
- Check MARC Usings Rules File: The Rules file, called marcrules.txt, includes all the valid MARC fields, their valid indicators, and whether that field can be repeated. The Rules file can be modified. Once you open the MarcValidator, in the popup window, you will see the option to "Edit the Rules File". You will need to respect spaces and entry conventions by following what is already present in that text file.
191-
- Validate Record Structure: This report checks if the MARC syntax is valid and includes a check for HTML, tabs, and smart characters.
204+
- **Check MARC Usings Rules File**: [The Rules file](https://docs.google.com/document/d/1xJodlYalJ9yVs7ZKVl7B9dy1MikqrFEBwWiFJ0vwg4E/edit?usp=sharing), called marcrules.txt, includes all the valid MARC fields, their valid indicators, and whether that field can be repeated. The Rules file can be modified. Once you open the MarcValidator, in the popup window, you will see the option to "Edit the Rules File". You will need to respect spaces and entry conventions by following what is already present in that text file.
205+
- **Validate Record Structure**: This report checks if the MARC syntax is valid and includes a check for HTML, tabs, and smart characters.
192206

193207
:::::::::::::::::::::::::::::::::::::::: keypoints
194208

195-
- MarcEditor provides many different tools and reports to profile and edit your MARC records
209+
- MarcEditor provides different reports to profile your MARC records.
210+
- MarcEditor provides a way to validate both the content and the structure of your MARC records.
211+
- MarcEditor provides both shortcuts and a robust find or find all to search for patterns in your MARC records or certain patterns in your MARC records like duplicate or missing MARC fields.
196212

197213
::::::::::::::::::::::::::::::::::::::::::::::::::
198214

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"episodes/02-top-level-menu-features.md" "a4bf4f2a5eb90b4d83d0962c8d27dc0f" "site/built/02-top-level-menu-features.md" "2026-02-09"
88
"episodes/03-working-with-MARC-files.md" "b900a757071ac969a1d944a1299e5288" "site/built/03-working-with-MARC-files.md" "2026-04-10"
99
"episodes/04-layout-of-the-MarcEditor.md" "e1c34cb80ac4e7b26ed4e5af168187d0" "site/built/04-layout-of-the-MarcEditor.md" "2026-03-27"
10-
"episodes/05-profiling-your-MARC-data.md" "086496e83ce445e84fbe735256974362" "site/built/05-profiling-your-MARC-data.md" "2026-02-09"
10+
"episodes/05-profiling-your-MARC-data.md" "68de364785978234ad7de146dded5957" "site/built/05-profiling-your-MARC-data.md" "2026-04-10"
1111
"episodes/06-manipulating-MARC-data-basics.md" "aeac82d1bc7ea1df99debc2862ebbcf6" "site/built/06-manipulating-MARC-data-basics.md" "2026-02-09"
1212
"episodes/07-manipulating-MARC-data-advanced.md" "de0d12805659c3bb739221f1644670f0" "site/built/07-manipulating-MARC-data-advanced.md" "2026-02-09"
1313
"episodes/08-tasks-and-automation.md" "759e5705d3ab48b800de106d4083a032" "site/built/08-tasks-and-automation.md" "2026-02-09"

0 commit comments

Comments
 (0)