{"id":244,"date":"2013-06-20T18:25:26","date_gmt":"2013-06-20T18:25:26","guid":{"rendered":"http:\/\/marcedit.reeset.net\/learning_marcedit\/?page_id=244"},"modified":"2014-02-13T17:15:27","modified_gmt":"2014-02-13T17:15:27","slug":"chapter-3-editing-my-first-record","status":"publish","type":"page","link":"https:\/\/marcedit.reeset.net\/learning_marcedit\/welcome-to-marcedit\/chapter-3-editing-my-first-record\/","title":{"rendered":"Chapter 4: Editing My First Set of Records"},"content":{"rendered":"<h2>In This Chapter:<\/h2>\n<ul>\n<li><strong>I&#8217;ve got a record, now what<\/strong><\/li>\n<li><strong>How do I edit records in the MarcEditor<\/strong><\/li>\n<li><strong>I&#8217;m made my changes, now what?<\/strong><\/li>\n<\/ul>\n<p> Technical services processes have changed a lot since I first started cataloging cartographic records in 1999.\u00a0 Some of the biggest changes that have occurred in technical services departments have been the widespread use of shelf ready, vendor created metadata for their acquisitions (both print and electronic).\u00a0 Catalogers today are receiving more vendor supplied metadata and are creating workflows to enable to editing and quality control of that metadata prior to it entering their local catalogs.\u00a0 For many catalogers, MarcEdit has become a vital part of this process, allowing them the ability to work with the metadata outside their local systems to clean up headings, add notes, correct access points, and remove data not\u00a0pertinent to their institutions.<\/p>\n<p>For new users however, where does one start?\u00a0 MarcEdit has become a very large, and at first, complex application.\u00a0 The tool provides a wide range of tools and options, and for the first time user, it can be somewhat overwhelming.\u00a0 What&#8217;s more, vendors don&#8217;t always make life easy.\u00a0 While may metadata providers utilize the MarcEdit file extension &#8220;.mrc&#8221; to represent MARC data, this isn&#8217;t true in all cases.\u00a0 Vendors can provide metadata using a wide variety of file extensions (.bin, .dat, .out to name a few), and often times provide very little guidance for libraries looking to use their records.<\/p>\n<p>As stated earlier, the purpose of this book is to help users, novice and experienced, to make better use of the MarcEdit application.\u00a0 And while there are many topics found throughout this text that will help users looking to modify their library metadata, this particular chapter is for those novice users looking to know where I get started.\u00a0 MarcEdit provides a number of ways for users who receive vendor provided data to open that data, view it, edit it, and load it back into their local system.\u00a0 For novice and first time users that have received metadata from a vendor, have downloaded MarcEdit and are now wondering, &#8220;Now what?&#8221;, read on&#8230; <\/p>\n<h2>I&#8217;ve got a record, now what?<\/h2>\n<p> I think that one of the biggest strength&#8217;s and challenges of working with the MarcEdit application is that there are generally more than one way to do anything.\u00a0 The program was designed with the idea that the application should be able to adapt to your workflows, not the other way around.\u00a0 However, because of this, the program can sometimes be difficult for the first time user looking to make those first record edits.\u00a0 Consider the following scenario: <\/p>\n<blockquote><p>My library has recently purchased access to 2500 ebooks from Acme EBooks.\u00a0 As part of the contract, Acme has provided the library with MARC records for each available ebook.\u00a0 The records are ok, but we&#8217;d like to do some work on them.\u00a0 First and foremost, the records include multiple URLs and we&#8217;d like remove all the access points except for the one pertinent to our library.\u00a0 Secondly, these records lack call numbers and we&#8217;d like the items to show up in our systems browse features.\u00a0 Finally, there are some notes and quality issues we&#8217;d like to deal with before loading the data into our catalog.\u00a0 We&#8217;ve downloaded MarcEdit, but I&#8217;m not sure where to go next.\u00a0 The file the vendor set me is myrecords2013xxx.bin, can you help?<\/p><\/blockquote>\n<p> This is actually a fairly common scenario, a good way to introduce users to the MarcEdit application.\u00a0 So what does the user do?<!--nextpage--><\/p>\n<p>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.\u00a0 Most MARC tools work with is way, and MarcEdit is no exception.\u00a0 MarcEdit provides two primary tools for the transforming and editing of MARC data.\u00a0 The first tool is the MarcBreaker\/MarcMaker.\u00a0 This pair of tools provide the graphical interface to MarcEdit&#8217;s MARCEngine &#8212; the code responsible for processing MARC data.\u00a0 These &#8220;making&#8221; and &#8220;breaking&#8221; 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). <\/p>\n<table width=\"100%\">\n<tbody>\n<tr>\n<td style=\"vertical-align: top; width: 90px;\"><img decoding=\"async\" class=\"alignnone wp-image-175\" alt=\"User Tip\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/05\/tip.png\" \/><\/td>\n<td style=\"vertical-align: top;\">MarcEdit&#8217;s mnemonic format is a very precise, but simple format.\u00a0 The key formatting rules to follow are: <\/p>\n<ol>\n<li>Field data must always be on one line.\u00a0 A new line represents a new field in the mnemonic format.\u00a0 A blank line is an indicator for a new record.<\/li>\n<li>The field format is as follows:\u00a0 =100\u00a0 \\\\$adata.\u00a0 The parts are specific.\u00a0 All new fields begin with an equal-sign, followed by the field number\/tag.\u00a0 Following the field number\/tag, are two blank spaces.\u00a0 Following the spaces are the indicators.\u00a0 Blank indicators are presented as &#8216;\\&#8217; or spaces.\u00a0 Finally, after the indicators, is the field data.\u00a0 Subfield characters are represented by a $ + character code.<\/li>\n<\/ol>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p> Users then work within the MarcEditor using that mnemonic file, making their desired edits to the records.\u00a0 Once those edits have been made, users then need to &#8220;make&#8221; that mnemonic file back into MARC &#8212; and it is that file, not the mnemonic file, that the user would load into their catalog.<\/p>\n<p>Before a user can edit\u00a0their MARC data in the MarcEditor,\u00a0the MARC records need to be\u00a0&#8220;broken&#8221; into the mnemonic format.\u00a0\u00a0If the file\u00a0has a\u00a0&#8220;.mrc&#8221; extension, just\u00a0double click on the file, and\u00a0as long as MarcEdit is installed, the program will open directly to the MarcBreaker.\u00a0 However, if\u00a0the file that you wish to\u00a0process\u00a0does not have a .mrc extension, use the following steps:<\/p>\n<p><strong>Step 1:\u00a0<\/strong>Open MarcEdit<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/05\/marcedit5_9startup.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-273\" alt=\"MarcEdit 5.9 Start-Up\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/05\/marcedit5_9startup.png\" width=\"482\" height=\"444\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/05\/marcedit5_9startup.png 482w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/05\/marcedit5_9startup-300x276.png 300w\" sizes=\"(max-width: 482px) 100vw, 482px\" \/><\/a><\/p>\n<p><strong>Step 2: <\/strong>Click on the MARC Tools link<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marcedit5_9startup2.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-289\" alt=\"marcedit5_9startup2\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marcedit5_9startup2.png\" width=\"482\" height=\"444\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marcedit5_9startup2.png 482w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marcedit5_9startup2-300x276.png 300w\" sizes=\"(max-width: 482px) 100vw, 482px\" \/><\/a><\/p>\n<p><strong>Step 3: <\/strong>MARC Tools will open&#8230;Click on the Open folder in the menu or the browse link next to the input file box<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_1.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-251\" alt=\"marctools_1\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_1.png\" width=\"677\" height=\"807\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_1.png 677w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_1-251x300.png 251w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_1-624x743.png 624w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/p>\n<p><strong>Step 4: <\/strong>In the Open Dialog, Change the File type to All Files, and navigate to the file you want to process. <a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/open_file_all.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-252\" alt=\"open_file_all\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/open_file_all.png\" width=\"784\" height=\"555\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/open_file_all.png 784w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/open_file_all-300x212.png 300w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/open_file_all-624x441.png 624w\" sizes=\"(max-width: 784px) 100vw, 784px\" \/><\/a><\/p>\n<p><strong>Step 5: <\/strong>Click on the Save menu icon or the browse link in the Output file box<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_2.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-253\" alt=\"marctools_2\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_2.png\" width=\"677\" height=\"807\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_2.png 677w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_2-251x300.png 251w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_2-624x743.png 624w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/p>\n<p><strong>Step 6: <\/strong>The Input and Output files <strong>cannot<\/strong> be the same file.\u00a0 Once the Input and Output files are defined, and the MarcBreaker option is selected, click on the Execute Button.<!--nextpage--><\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_3.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-254\" alt=\"marctools_3\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_3.png\" width=\"677\" height=\"926\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_3.png 677w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_3-219x300.png 219w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_3-624x853.png 624w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/p>\n<p><strong>Step 7: <\/strong>Once the Execute Button has been clicked, the program will &#8220;break&#8221; the file.\u00a0 The results of the process will be placed into the Results box and the Edit Records Button will become enabled if the conversion was successful.<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_4.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-255\" alt=\"marctools_4\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_4.png\" width=\"677\" height=\"926\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_4.png 677w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_4-219x300.png 219w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marctools_4-624x853.png 624w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/a><\/p>\n<p>As long as the record data in the specified input file is valid, the process described above will allow a user to take their MARC file and &#8220;break&#8221; it into the MarcEdit mnemonic format.\u00a0 At this point, the user will have two files &#8212; their original source record provided by the vendor and the .mrk file created by MarcEdit when the MarcBreaker &#8220;broke&#8221; the file and generated a mnemonic file for editing. <\/p>\n<h2>How do I edit my MARC file<\/h2>\n<p> So, again, MarcEdit&#8217;s MarcEditor doesn&#8217;t edit MARC records directly&#8230;it edits the MarcEdit mnemonic file format.\u00a0 In the paragraphs above, I described the process for taking a vendor supplied MARC file and &#8220;breaking&#8221; that file into the MarcEdit mnemonic format.\u00a0 Using the MarcBreaker, MarcEdit will generate a .mrk file &#8212; a file the MarcEdit has designated to represent a mnemonic file.\u00a0 It is at this point, that the user can edit their MARC data, using the mnemonic file, in either the MarcEditor or in another tool like Notepad, Notepad+, or UltaEdit.<\/p>\n<p><a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_edit_1.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-256\" alt=\"marceditor_edit_1\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_edit_1.png\" width=\"881\" height=\"818\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_edit_1.png 881w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_edit_1-300x278.png 300w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_edit_1-624x579.png 624w\" sizes=\"(max-width: 881px) 100vw, 881px\" \/><\/a><\/p>\n<p>Once a set of records has been successfully loaded into the MarcEditor, the user has the ability to utilize a wide variety of global editing tools and utilities.\u00a0 For more information on the tools and utilities available within the MarcEditor, please see Book III. <\/p>\n<h2>I&#8217;ve made my changes, now what?<\/h2>\n<p> Once a user has made their changes to the mnemonic file, what&#8217;s next?\u00a0 What happens when I save the file?\u00a0 Can I load the .mrk file back into my local system?\u00a0 These are great questions.<\/p>\n<p><em>What happens when I save my file? <\/em>One of the most common misunderstandings comes around what happens when you save a file within the MarcEditor.\u00a0 There is a misunderstanding that saving the record will automatically convert the record data back to MARC.\u00a0 This actually isn&#8217;t the case.\u00a0 When a user saves a file within the MarcEditor, the program will save the mnemonic file and <strong>does not<\/strong> convert the data back into MARC.\u00a0 The conversion process is normally a separate operation.\u00a0 The only exception to this rule is when a user selects the <em>Save As<\/em> option and select the MARC Binary (.mrc) file type.\u00a0 In that case, and only that case, will the MarcEditor automatically convert the data in the MarcEditor into MARC.<\/p>\n<p><em>Can I load the .mrk file back into my local system? <\/em>The answer to this question is no.\u00a0 The .mrk file represents MarcEdit&#8217;s mnemonic format, and would be incompatible with your local MARC system.\u00a0 The file in the MarcEditor must first be &#8220;compiled&#8221; back into MARC, before it can be loaded back into one&#8217;s local library catalog.<!--nextpage--><\/p>\n<p>Once a user has editing a set of MARC records in the MarcEditor, they have a number of different options for converting that data back into MARC.\u00a0 I&#8217;m going to detail the most straightforward process that can be utilized from within the MarcEditor.<\/p>\n<p><strong>Step 1: <\/strong>Save your changes.\u00a0 You don&#8217;t have to save your changes prior to compiling the mnemonic file back into MARC, but it&#8217;s a good practice.<\/p>\n<p><strong>Step 2: <\/strong>Select the &#8220;Compile Records&#8221; icon from the\u00a0toolbar or select &#8220;File\/Compile File into MARC&#8221; from the menu. <a href=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile.png\"><img decoding=\"async\" loading=\"lazy\" class=\"alignnone size-full wp-image-257\" alt=\"marceditor_compile\" src=\"http:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile.png\" width=\"1380\" height=\"582\" srcset=\"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile.png 1380w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile-300x126.png 300w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile-1024x431.png 1024w, https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-content\/uploads\/2013\/06\/marceditor_compile-624x263.png 624w\" sizes=\"(max-width: 1380px) 100vw, 1380px\" \/><\/a><\/p>\n<p><strong>Step 3: <\/strong>When prompted, select a save file&#8230;the file where the MARC Data will be generated.<\/p>\n<p><strong>Step 4: <\/strong>When completed, the file generated through the &#8220;Compile&#8221; process will be compatible with MARC systems.<\/p>\n<h2>Conclusion<\/h2>\n<p>By no means do the above methods represent the only workflows for &#8220;making&#8221; and &#8220;breaking&#8221; MARC data for editing.\u00a0 One of the strengths of the application is the MarcEdit supports a wide variety of workflows, allowing users to utilize a process that fits the way that they work.\u00a0 Rather, the above methods demonstrated some of the most common workflows for taking vendor supplied data and transforming it into MarcEdit&#8217;s mnemonic format for\u00a0editing within the MarcEditor and then compiling that data back into MARC.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In This Chapter: I&#8217;ve got a record, now what How do I edit records in the MarcEditor I&#8217;m made my changes, now what? Technical services processes have changed a lot since I first started cataloging cartographic records in 1999.\u00a0 Some of the biggest changes that have occurred in technical services departments have been the widespread [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":23,"menu_order":3,"comment_status":"open","ping_status":"open","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/pages\/244"}],"collection":[{"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/comments?post=244"}],"version-history":[{"count":10,"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/pages\/244\/revisions"}],"predecessor-version":[{"id":556,"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/pages\/244\/revisions\/556"}],"up":[{"embeddable":true,"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/pages\/23"}],"wp:attachment":[{"href":"https:\/\/marcedit.reeset.net\/learning_marcedit\/wp-json\/wp\/v2\/media?parent=244"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}