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
Copy file name to clipboardExpand all lines: 03-working-with-MARC-files.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,19 +64,19 @@ MarcEdit recognizes the following MARC file types:
64
64
</td>
65
65
<td>mrk8
66
66
</td>
67
-
<td>Legacy file format for MARC mnemonic files saved with UTF8 encoding.
67
+
<td>Legacy file format for MARC mnemonic files saved with UTF-8 encoding.
68
68
</td>
69
69
</tr>
70
70
<tr>
71
71
<td>MARCXML file
72
72
</td>
73
73
<td>xml
74
74
</td>
75
-
<td>A MARC file expressed in the eXtensible Markup format or a text-based format for representing structured information.
75
+
<td>A MARC file expressed in the eXtensible Markup Language format or a text-based format for representing structured information.
76
76
</td>
77
77
</tr>
78
78
</table>
79
-
To work with a MARC file in the MARCEditor your file needs to be in MARC mnemonic format. If you only have a binary file, then that file needs to be converted to the mnemonic format.
79
+
To work with a MARC file in the MARCEditor your file needs to be in MARC mnemonic format (.mrk). If you only have a binary file (.mrc), then that file needs to be converted to the mnemonic format.
@@ -93,13 +93,13 @@ To work with MARC data files or convert between metadata formats for library bib
93
93
- JSON to XML: This converts a JSON file to XML.
94
94
- XML to JSON: This converts an XML file to JSON.
95
95
96
-
The conversions from one encoding standard to another, as in MARC21 to MARC21XML, rely on eXtensible stylesheets. MarcEdit comes with several default stylesheets which come from those maintained by the Library of Congress. If you are familiar with stylesheets, you can also create your own.
96
+
The conversions from one encoding standard to another, as in MARC21 to MARC21XML, rely on extensible stylesheets. MarcEdit comes with several default stylesheets which come from those maintained by the Library of Congress. If you are familiar with stylesheets, you can also create your own.
97
97
98
98
::::::::::::::::::::::::::::::::::::::::: callout
99
99
100
100
### Character Encoding
101
101
102
-
To ensure the integrity of your data you need to select the correct character encoding for your dataset. MarcEdit does not automatically detect character encoding, however, UTF8 is set as the default encoding scheme. You can update the encoding scheme when using the MarcBreaker, or you can update the default in Preferences → MarEditor → Default Encoding. For more information on character encoding and translating from one encoding to another, see [The MarcEdit Field Guide](https://marcedit.reeset.net/learning_marcedit/9-2/dealing-with-character-encodings-in-marcedit/)
102
+
To ensure the integrity of your data you need to select the correct character encoding for your dataset. MarcEdit does not automatically detect character encoding, however, UTF-8 is set as the default encoding scheme. You can update the encoding scheme when using the MarcBreaker, or you can update the default in Preferences → MarcEditor → Default Encoding. For more information on character encoding and translating from one encoding to another, see [The MarcEdit Field Guide](https://marcedit.reeset.net/learning_marcedit/9-2/dealing-with-character-encodings-in-marcedit/).
@@ -114,11 +114,11 @@ To transform our binary MARC file (.mrc) into MARC mnemonic human readable forma
114
114
115
115
1. Launch MarcEdit and from the main window click on the MARC Tools Icon.
116
116
2. In the MARC Tools window, Select Operation → MARCBreaker.
117
-
3. In the field, Select Data to Process, click the file folder image to the right of the Open box to browse for the sample MARC data file (.mrc). Double click the found file to select it.
117
+
3. In the field, Select Data to Process, click the file folder image to the right of the Open box to browse for the sample MARC data file (marc_sample_data.mrc). Double click the found file to select it.
118
118
4. Next, you will need save your file in the MARC mnemonic format (.mrk) by clicking the file folder to the right of the Save As box. Select the location and name you would like to give your new file.
119
119
5. Under Character encoding select UTF8 as default character encoding.
120
120
6. Click execute.
121
-
7. Once you click execute the newly created .mrk file will be available to open in the MarcEditor. Under Results at the bottom of the window you will see a count of the records in your file. Click Edit Records to open the .mrk file in the MarcEditor.
121
+
7. Once you click execute the newly created .mrk file will be available to open in the MarcEditor. Under Results at the bottom of the window you will see a count of the records in your file (536). Click Edit Records to open the .mrk file in the MarcEditor.
122
122
123
123
**Note:** When you break a .mrc file and create a new .mrk file for editing in the MarcEditor, you are making a copy of your data in a new file format. As a result, any edits you make to the .mrk file in the MarcEditor will not automatically be reflected in the original .mrc file. We will cover saving and compiling (using the MarcMaker) to create an updated .mrc file in an upcoming lesson.
124
124
@@ -161,7 +161,7 @@ Records in the MarcEditor display are separated by a blank line.
161
161
162
162
### MARC syntax in the MarcEditor
163
163
164
-
Understanding the layout of MARC data in the MarcEditor is key to using the program's tools successfully. For instance, in some tools it is important to specify a field's indicators directly preceeding the first subfield. Throughout this workshop we will highlight how different tools rely on this syntax to apply edits.
164
+
Understanding the layout of MARC data in the MarcEditor is key to using the program's tools successfully. For instance, in some tools it is important to specify a field's indicators directly before the first subfield. Throughout this workshop we will highlight how different tools rely on this syntax to apply edits.
@@ -172,7 +172,7 @@ The MarcEditor divides a file of MARC records into 'pages' of 100 records. You c
172
172
173
173
You can adjust the number of records displayed per 'page' through the MarcEditor preferences which can be accessed through the Edit → Preferences menu option from the MarcEditor, or through the 'Settings' icon on the opening screen of MarcEdit.
174
174
175
-
Within the MarcEditor preferences, you can adjust the font and font size within the MarcEditor. You can also set your character encoding defaults. If you navigate to File Associations within the Preferences window, you can select Associate (`*.mrc`) files with the MarcBreaker and Associate (`*.mrk`) files with the MarcEditor. Setting these file associations will make it easy to break `.mrc` files and edit `.mrk` files.
175
+
Within the MarcEditor Preferences, you can adjust the font and font size used in the MarcEditor. You can also set your character encoding defaults. If you navigate to File Associations within the Preferences window, you can select Associate (`*.mrc`) files with the MarcBreaker and Associate (`*.mrk`) files with the MarcEditor. Setting these file associations will make it easy to break `.mrc` files and edit `.mrk` files.
176
176
177
177
If you change your preferences for the MarcEditor, the tool used to work with MARC data, you can always go back to the default settings.
178
178
@@ -207,9 +207,8 @@ Note: Some preference updates will force MarcEdit to restart and others will not
- MarcEdit can work with a variety of file formats
210
-
- The MARC Tools Icon allow you to convert data from one file format to another
211
-
- The MarcEditor works with a MarcEdit specific mnemonic format of MARC records (.mrk)
212
-
- It is necessary to break a MARC binary file to work with that MARC data in the MarcEditor. The extension of these easily readable MARC files are .mrk rather than the binary extension of .mrc
210
+
- The MARC Tools Icon allows you to convert data from one file format to another
211
+
- The MarcEditor works with an easy-to-read MarcEdit specific mnemonic format of MARC records (.mrk). If starting with a MARC binary file (.mrc), you must use the MarcBreaker to convert the binary file to a mnemonic file.
213
212
- Understanding the layout (syntax) of MARC records in the MarcEditor is key to working with the records.
Copy file name to clipboardExpand all lines: reference.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ title: 'Glossary'
7
7
[Dublin Core]{#dc}
8
8
: A common metadata standard used for describing a wide range of resources across domains. It includes 15 essential elements like title, creator, subject, and date.
9
9
10
+
[Character Encoding]{#ce}
11
+
: A standardized system of numerical codes used to represent text characters—including letters, numbers, punctuation, and diacritics—within a MARC record. It functions as the "translation key" that allows a computer system to interpret binary data into human-readable text. The two common encoding schemes are 1. MARC-8: The legacy 8-bit encoding standard used to represent Latin, Greek, Arabic, Hebrew, and East Asian characters via escape sequences. 2. UTF-8 (Unicode): The modern, universal standard that assigns a unique code point to every character in every language, facilitating global data exchange.
12
+
10
13
[FAST (Faceted Application of Subject Terminology)]{#fast}
11
14
: A simplified subject heading system derived from the Library of Congress Subject Headings (LCSH), designed for faster and more consistent application.
0 commit comments