Chapter 4: Editing My First Set of Records

Well, the first thing to understand is that because MARC is essentially a binary file format, the record needs to be taken out of the MARC format in order to edit the data.  Most MARC tools work with is way, and MarcEdit is no exception.  MarcEdit provides two primary tools for the transforming and editing of MARC data.  The first tool is the MarcBreaker/MarcMaker.  This pair of tools provide the graphical interface to MarcEdit’s MARCEngine — the code responsible for processing MARC data.  These “making” and “breaking” functions allow users to take data found in MARC and break the records into a mnemonic format that MarcEdit can read (and the global MARC editing tools can interact with).

User Tip MarcEdit’s mnemonic format is a very precise, but simple format.  The key formatting rules to follow are:

  1. Field data must always be on one line.  A new line represents a new field in the mnemonic format.  A blank line is an indicator for a new record.
  2. The field format is as follows:  =100  \\$adata.  The parts are specific.  All new fields begin with an equal-sign, followed by the field number/tag.  Following the field number/tag, are two blank spaces.  Following the spaces are the indicators.  Blank indicators are presented as ‘\’ or spaces.  Finally, after the indicators, is the field data.  Subfield characters are represented by a $ + character code.

Users then work within the MarcEditor using that mnemonic file, making their desired edits to the records.  Once those edits have been made, users then need to “make” that mnemonic file back into MARC — and it is that file, not the mnemonic file, that the user would load into their catalog.

Before a user can edit their MARC data in the MarcEditor, the MARC records need to be “broken” into the mnemonic format.  If the file has a “.mrc” extension, just double click on the file, and as long as MarcEdit is installed, the program will open directly to the MarcBreaker.  However, if the file that you wish to process does not have a .mrc extension, use the following steps:

Step 1: Open MarcEdit

MarcEdit 5.9 Start-Up

Step 2: Click on the MARC Tools link

marcedit5_9startup2

Step 3: MARC Tools will open…Click on the Open folder in the menu or the browse link next to the input file box

marctools_1

Step 4: In the Open Dialog, Change the File type to All Files, and navigate to the file you want to process. open_file_all

Step 5: Click on the Save menu icon or the browse link in the Output file box

marctools_2

Step 6: The Input and Output files cannot be the same file.  Once the Input and Output files are defined, and the MarcBreaker option is selected, click on the Execute Button.

Leave a Reply

Your email address will not be published. Required fields are marked *