Adventures in Minimal MARC and Bulkimport; Or,

Size: px
Start display at page:

Download "Adventures in Minimal MARC and Bulkimport; Or,"

Transcription

1 Adventures in Minimal MARC and Bulkimport; Or, How to Get OCLC Numbers or URLs or Other Bits of Information into Lots of Bib Records with Minimal Fuss Maggie Rioux Systems Librarian MBLWHOI Library Woods Hole, Mass.

2 What we ll cover What in the world am I talking about? Why would anyone want to do this? Basic principles and overview of process Serious look at how to do it Parting advice from one who s been there

3 You have: Basic Orientation 1. Plenty of perfectly good bib records in your database 2. A long list of record-specific data that needs to be added, each piece to its proper record You don t want to either: 1. Destroy your database or, 2. Individually edit half-a-bazillion records

4 Basic Orientation You do want to: 1. Take your list of data and, using batch procedures, insert the proper new field in each specific record 2. Do this with as little blood, sweat, and (especially) tears as possible

5 Why specifically would I use this? OCLC record reload project Need to load each returned OCLC number into an 035 field in the correct bib record Bulk scanning project Need to load an 856 link to each scanned item (Google books or Internet Archive?) into the correct bib record Or any other data set that needs to be inserted into matching bib records

6 Basic terms Minimal MARC record Bulkimport MarcEdit OCLC Number = 035 field URL = 856 field Marc Leader Encoding_Level = Elvl = Leader/17 Bidirectional merge

7 Step 1: Prepare your incoming data a. Add the (OCoLC) to the front of all the OCLC numbers using this formula in a blank column. (Column A needs to be formatted as text in order to preserve the leading zeros.)

8 Step 1: Prepare your incoming data b. Propagate the formula down the list, then copy and paste special to get the values into a column. c. Lastly, tidy up and export the worksheet as tab-delimited text.

9 Step 2: Make minimal Marc records a. Use MarcEdit Delimited Text Translation Wizard to create the records. You will want the BibID mapped to 887$a (or another non-standard tag below 900) and the OCLC number mapped to 035$a. Save your template to use on later batches of records b. The actual Marc records are then created in an mrk file.

10 Step 2: Make minimal Marc records c. Open the MarcEditor and then open the.mrk file d. In all records, change LDR/17 (Elvl) to X or another unused value so they will fail the quality check in bi-directional merge

11 Step 2: Make minimal Marc records e. Choose Edit subfield data on the tools menu or press F9 f. Click Replace Text to complete the edit g. Compile the file into Marc, saving it as a.mrc file

12 Step 3: Use Bulk import with bidirectional merge to load the data a. Define a Bulk Import Rule and a Duplicate Detection Profile which will cause records to be matched on the incoming 887$a mapped against the existing 001 and also to fail the quality check (more on this later) b. FTP the.mrc file to your ILS server (or use webadmin) c. Use bulk import to load the records, starting with a small test set

13 The Elephant in the room: Let s talk about bi-directional merge How it works: Voyager compares the incoming record with what s already there If the incoming record is better, it overlays the current record, but some parts of the current record are saved If the current record is better, it stays and some parts of the incoming record get added

14 The Elephant in the room: Let s talk about bi-directional merge We want the incoming record to fail, so that the current one stays intact, but our new 035 field gets added This is the reason for the exercise with LDR/17 and X We need a Duplicate Detection Profile and a Bulk Import Rule These can be a little hairy to define, but once you get it right you don t need to worry about it anymore

15 Duplicate Detection Profile Full details are in the handout, but here s a quick look

16 Duplicate Detection Profile Field Definition tab: BIBID code matches against the 887$a

17 Duplicate Detection Profile Quality Hierarchy tab: Needs a line for every possible value of LDR/17 except X (so that your incoming records will fail)

18 Duplicate Detection Profile Merge fields tab: Here s where you tell it to merge the 035$a into the current record

19 Bulk Import Rule The Bulk Import Rule is a parameter in the Bulk Import command line and it calls the Duplicate Detection Profile.

20 Bulk Import Rule The Rules tab is the most important one to get right.

21 Maggie s Guidelines for a Successful Project Read everything through several times These documents and also the Voyager Technical User Guide Work with a small batch at first and don t do anything you can t undo when it doesn t work right the first (or second or third) time Read the documents and manuals while lying down more blood flow to the brain, no mental effort wasted on sitting up

22 Most important: Don t let any cats help you in any way!

23 And if you want to get really carried away with using MarcEdit: Optimized Metadata Repurposing in a Library Using MarcEdit - Presentation at ALA Midwinter 2009 by Sai Deng, Wichita State University

24 Getting Your Returned OCLC numbers into Your Voyager Records Once you have sent your Marc records to OCLC for upload, you will get back a spreadsheet containing two columns: OCLC number and BIBid (which will be labeled submitted 001 field ). Now you need to get the OCLC number into the proper bib record in your catalog as an 035$a. This document will guide you through the process. There are two main steps: first, creating minimal Marc records from the returned spreadsheet and second, loading those records into the online catalog so that they merge with the records already there, rather than replacing them. Part I: Creating Minimal Marc Records from the Spreadsheet 1. The XREF spreadsheet returned from OCLC contains 2 columns: OCLC control # and Submitted 001 Field. Relabel the 2 nd one as BibID for clarity. Add another blank column labeled OCLC. The incoming OCLC column should be formatted as text to preserve any leading zeros. 2. In the OCLC column for the first row, enter the formula = (OCoLC) &$A2 where A2 is the cell in that row containing the OCLC control #. Use of the $ in the formula locks the cell. 3. Once this shows the right value, drag the lower right corner of the cell down the column to copy the formula to all rows. 1

25 4. Copy and paste special the column values to another column and delete the one with the formulas and the original OCLC control # column. 5. You should now have 2 columns labeled BibID and OCLC. 6. Export the worksheet as tab-delimited text. In order to test the process and also to break up the batch load into manageable pieces, add a new worksheet to the 2

26 spreadsheet, then copy (or move) a chunk of the data to the new worksheet. Do about 10 rows for the first test chunk and then larger numbers (up to a couple thousand) for succeeding chunks. Export the new worksheet and use the resulting text file for input in the next step. Try to exclude the column labels from the export. If you include them it will make setup easier, but you will get an extra minimal Marc record which you will need to delete. 7. Use the MarcEdit Delimited Text Translator to convert the text file into minimal Marc records containing only an 035 and an 887 field (or use any other Marc tag that you don t usually find in your records and which is below 900). The OCLC field (field 0) should map to the 035 and the BibID field (field 1) to the other tagged field. Leave indicators and terminal punctuation as is. If you save the specifications as a template, you can use them again without re-definition. Your specification screen should look like this, but with different values in the Field 0 and Field 1 cells: Now use MarcEdit s main program to change all LDR/17 (Elvl) to X (so that they will fail the quality check in bulkimport), 1 save the.mrk file and then compile the result into Marc (.mrc file). To do this choose Edit subfield data on the Tools menu or press F9. Click Replace Text to complete the edit. 1 You need to change the value of this byte to something which is NOT already in your database. To see what values already exist use the following SQL in an Access query: SELECT BIB_TEXT.ENCODING_LEVEL, Count(BIB_TEXT.BIB_ID) AS CountOfBIB_ID FROM BIB_TEXT GROUP BY BIB_TEXT.ENCODING_LEVEL ORDER BY BIB_TEXT.ENCODING_LEVEL; I have used X since it is not a legal value and should not be used in your database. 3

27 8. Use FTP to transfer the.mrc file to your ILS server (or use webadmin for the bulk import). Use bulk import, utilizing the bi-directional merge feature to import/add the data in the minimal Marc records to your database You will need to have both a bulk import rule and a duplicate detection profile defined which cause records to be matched on the incoming 887a mapped against the existing 001 (BIBID) and also to fail the quality check. See Appendix A for parameters on setting this up. 10. I recommend testing the process using the following procedure: a. Copy about 4-10 records to a separate worksheet, export and process them as outlined above. b. Before running the bulk import step, go into cataloging, bring up each of the test records in turn and save them to disk as a backup. c. Run the bulk import then check what happened both in the import log (in /m1/voyager/xxxdb/rpt) and also by looking at the records again in cataloging. d. If something went wrong, you can import your locally-saved records and re-overlay them onto the mistakes. If all is well, delete your local save file. 11. The final result will have your 035$a with the OCLC number. There may possibly be an extra 035$a containing the Voyager BibID (I ve found it only occasionally and am not sure what causes it). If so, this extra field should not present any problems, but as catalogers work with records for other purposes, they can be instructed to delete the extraneous field. 2 To do this from the command line, log into your server as user voyager and cd to /m1/voyager/xxxxdb/sbin. Enter the following command:./pbulkimport f<full path to your input file> -o<operator name> -i<bulk import rule code> An example is:./pbulkimport f/export/home/voyager/incoming_data.mrc omrioux -iaddoclc 4

28 Appendix A: Bulk Import Rule and Duplicate Detection Profile for Bi- Directional Merge In the Voyager System Administration module, you need to define a Bibliographic Duplicate Detection Profile for Bi-Directional Merge which will cause the incoming minimal Marc records to fail the quality check, thus preserving the record already in the database, but adding the incoming fields. The record matching should occur on BIBID in the existing record matched to 887$a in the incoming minimal record. You also need a Bluk Import Rule, which is invoked in the bulk import command line and calls your Duplicate Detection Profile. Screenshots follow: Part I: Duplicate Detection Profile Basic Profile Screen Field Definition Tab Select BIBID from the Available Indexes and fill in the Field/Subfield Override to match to the 887$a in the incoming record. 1

29 Quality Hierarchy Tab Enter a line for every value of Leader/17 in your bibliographic database Make sure you enter a space character to represent blank values see line one of the grid below don t just delete the *. Also, make sure to add a line for the _ character as this can look like a blank character in displays and queries. Having done this, changing Leader/17 to X (which is not a valid value for this byte and which should not appear in your database) in your incoming minimal Marc records will cause them to fail quality check and not overlay your existing records. 2

30 Merge Fields Tab These are the fields in the incoming (minimal) records which will be added to your existing records. You want to enter only 035 so that only the OCLC number will be added. Part II: Bulk Import Rule Only the first two tabs (Rule Name and Rules) are relevant. Basic Rule Name Screen 3

31 Rules Tab This is the most important screen to get right. Auth Dup Profile is irrelevant. The Bib Dup Profile is the one you created in Part I. Make sure that Load Bib/Auth Only is checked in the lower half of the screen (it should be the default). Also, Leave OPAC Suppress Unchanged should be checked. 4

OhioLINK e-book refresh project

OhioLINK e-book refresh project OhioLINK e-book refresh project At The University of Akron Mike Monaco Coordinator, Cataloging Services The University of Akron OhioLINK refresh : Why? 1. Are there records for every title? 2. Record quality

More information

Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop

Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop How to export your Address Book from Despatch Manager Online (DMO) The process to export your Address Book from

More information

Using MarcEdit. Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio

Using MarcEdit. Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio Using MarcEdit Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio This presentation came about after I found myself sending three messages in one week suggesting

More information

Alma and MarcEdit. Karen Stone Manager, Description Services State Library of Queensland

Alma and MarcEdit. Karen Stone Manager, Description Services State Library of Queensland Alma and MarcEdit Karen Stone Manager, Description Services State Library of Queensland MarcEdit A metadata editing software suite used primarily to create and manipulate MARC records. Originally developed

More information

Text Conversion Process

Text Conversion Process Text Conversion Process TEXT to EXCEL Conversion Template EXCEL to TEXT Purpose F. S. 285.985 - Transparency in Government Spending Data Agencies Steps 1. Get your Agency Contract Data via CD 2. Convert

More information

Finding and Importing Records from the Hybrid KLC (Koha Libraries)

Finding and Importing Records from the Hybrid KLC (Koha Libraries) Finding and Importing Records from the Hybrid KLC (Koha Libraries) 1. Login to the Staff side of ShareIt. 2. At the search interface, search for the item by ISBN or title/author. Tip: Searching by ISBN

More information

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC John A. Whisler Eastern Illinois University April 30, 2009 Spring Forum presented by the CARLI I-Share Cataloging and Authority

More information

Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018.

Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018. Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018. Instructor: R. Antonio Muñoz Gómez. 1 Learning outcomes By the end of this workshop, students

More information

Automating Authority Work

Automating Authority Work Mike Monaco Coordinator, Cataloging Services May 14, 2018 Automating Authority Work Automating authority work, or, Be your own authority control vendor Ohio Valley Group of Technical Services Librarians

More information

U.S. Federal documents. Print Serials Processing

U.S. Federal documents. Print Serials Processing U.S. Federal documents Print Serials Processing Per email message from Kim and Kelly 10/31/2016, when a title has retention Latest retained only, keep the print version on the shelf even if there is a

More information

ERM Electronic Resources Management

ERM Electronic Resources Management ERM Electronic Resources Management Integrating Electronic Resources into your CyberTools for Libraries Catalog 2012.1.11 Copyright 2012 CyberTools, Inc. Outline MARC Bib Tag 856 $u, $y, $z review Define

More information

Guide to Importing Data

Guide to Importing Data Guide to Importing Data CONTENTS Data Import Introduction... 3 Who should use the Gold-Vision Import Client?... 3 Prepare your data... 3 Downloading and installing the import client... 7 Step One Getting

More information

LibraryWorld.com. Getting Started Guide

LibraryWorld.com. Getting Started Guide LibraryWorld.com Getting Started Guide Why LibraryWorld? Web-based No software to load No networking issues Updates are automatic Works with any web browser Full feature set at a very low price No backup

More information

Importing source database objects from a database

Importing source database objects from a database Importing source database objects from a database We are now at the point where we can finally import our source database objects, source database objects. We ll walk through the process of importing from

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

Get Started in 10 Simple Steps

Get Started in 10 Simple Steps Get Started in 10 Simple Steps Leddy Library is transforming the current course reserves system with Course Resource Lists powered by Leganto, a web-based course resource tool that connects library materials

More information

Welcome to Book Display Widgets

Welcome to Book Display Widgets Welcome to Book Display Widgets Book Display Widgets allow you to create virtual book displays on your website, where covers link to that item s record in your catalog. As a subscriber to Ebook Central

More information

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata.

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Sougata Chattopadhyay 1, Arup Sarkar 2 Library Assistant, St. Xavier s College (Autonomous), Kolkata E-mail:

More information

Welcome to Book Display Widgets

Welcome to Book Display Widgets Welcome to Book Display Widgets Book Display Widgets allow you to create virtual book displays on your website, where covers link to that item s record in your catalog. Bring your own lists of books, or

More information

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards

MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards MIS 0855 Data Science (Section 006) Fall 2017 In-Class Exercise (Day 15) Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand

More information

Implementing EDS. A ten step summary, as experienced at Hofstra University Library

Implementing EDS. A ten step summary, as experienced at Hofstra University Library Implementing EDS A ten step summary, as experienced at Hofstra University Library Step One Data Analysis The data analysis should be performed prior to committing to going forward with EDS. Ebsco s Data

More information

How to import text files to Microsoft Excel 2016:

How to import text files to Microsoft Excel 2016: How to import text files to Microsoft Excel 2016: You would use these directions if you get a delimited text file from a government agency (or some other source). This might be tab-delimited, comma-delimited

More information

The key objectives for this session are:

The key objectives for this session are: 4 The key objectives for this session are: Being able to create sets, and manage sets in the event you need to modify an existing set Differentiate between the 2 types of sets that are available in Alma,

More information

MarcEdit: Working with Data

MarcEdit: Working with Data MarcEdit: Working with Data T E R R Y R E E S E H E A D O F D I G I T A L I N I T I A T I V E S T H E O H I O S T A T E U N I V E R S I T Y R E E S E T @ G M A I L. C O M Roadmap Look at the types of data

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

2010 College Center for Library Automation

2010 College Center for Library Automation Cat al ogi ng Al ephver si on20 2010 College Center for Library Automation Contents Unit 1: Overview of the LINCC Cataloging Module... 1 LESSON 1: NAVIGATING THE CATALOGING MODULE... 1 LESSON 2: USING

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked with the system. Join us for a review of highlights of

More information

Icons what they mean. - Checks the authority files. - Validates the MARC fields. - Checks for duplicates. - Place a hold.

Icons what they mean. - Checks the authority files. - Validates the MARC fields. - Checks for duplicates. - Place a hold. What to notice when looking at bibliographic record: and the mouse wheel allows for one to zoom in and out but only in the MARC display Owner most bibliographic records are owned by SHARE If owned

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer

Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer 2015-2016 Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer Melissa Burel, Southern Illinois University Edwardsville Keith Eiten, Wheaton College Ann Heinrichs,

More information

Creating a Brochure in Publisher

Creating a Brochure in Publisher Creating a Brochure in Publisher If you closed the Flyer, as indicated above, you will see the Microsoft Publisher Task Pane on the left side of your screen. Click the Brochures selection in the Publication

More information

Holdings: Part II Conversions. Technique I. Advantages of Technique I 10/29/12

Holdings: Part II Conversions. Technique I. Advantages of Technique I 10/29/12 Holdings: Part II Conversions Two techniques for Holdings conversion into MARC21: 1. Use Global Change to change textual holdings into basic MARC21 (LDR, 007, 008, 866) 2. Use a Load Profile to load holdings

More information

Presented By: CSIR-NISCAIR New Delhi, India Web :

Presented By: CSIR-NISCAIR New Delhi, India   Web : Presented By: CSIR-NISCAIR New Delhi, India Email : contact@niscair.res.in Web : www.niscair.res.in Cataloging Guides Bibliographic Record Cataloging Cheat Sheet Item/Holdings Record Cataloging Guide Handling

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

Excel Basics: Working with Spreadsheets

Excel Basics: Working with Spreadsheets Excel Basics: Working with Spreadsheets E 890 / 1 Unravel the Mysteries of Cells, Rows, Ranges, Formulas and More Spreadsheets are all about numbers: they help us keep track of figures and make calculations.

More information

The Crypt Keeper Cemetery Software v.8.0. Table of Contents

The Crypt Keeper Cemetery Software v.8.0. Table of Contents The Crypt Keeper Cemetery Software v.8.0 Table of Contents Defining Custom Data Fields pg 3 o The default database comes with many data fields for you to input your record. But occasionally you may have

More information

System Administration: Cause and Effect: Cataloging. Donna Smith Training & Implementation Consultant

System Administration: Cause and Effect: Cataloging. Donna Smith Training & Implementation Consultant 1 System Administration: Cause and Effect: Cataloging Donna Smith Training & Implementation Consultant Donna.Smith@exlibrisgroup.com Copyright Statement 2 All of the information and material inclusive

More information

Workshop. Import Workshop

Workshop. Import Workshop Import Overview This workshop will help participants understand the tools and techniques used in importing a variety of different types of data. It will also showcase a couple of the new import features

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

Global Data Change: Overview, Tips and Tricks [2014]

Global Data Change: Overview, Tips and Tricks [2014] University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 4-30-2014 Global Data Change: Overview, Tips and Tricks [2014] Julene L. Jones University of Kentucky, julene.jones@uky.edu

More information

The Energy Grid Powerful Web Marketing for the Alternative Energy Industry

The Energy Grid Powerful Web Marketing for the Alternative Energy Industry The Energy Grid Powerful Web Marketing for the Alternative Energy Industry The Energy Grid 105 Rt 101A, Unit 18 Amherst, NH 03031 (603) 413-0322 MCR@TheEnergyGrid.com Terms & Disclaimer: USE THIS PROGRAM

More information

Editing Records with the MarcEditor

Editing Records with the MarcEditor Editing Records with the MarcEditor TERRY REESE HEAD OF DIGITAL INITIATIVES THE OHIO STATE UNIVERSITY REESE.2179@OSU.EDU Let s work through these examples together Keypoints MarcEditor What is it? What

More information

Instructions for Using the Databases

Instructions for Using the Databases Appendix D Instructions for Using the Databases Two sets of databases have been created for you if you choose to use the Documenting Our Work forms. One set is in Access and one set is in Excel. They are

More information

Uploading Records to the COE Database: Easy as 1,2,3!

Uploading Records to the COE Database: Easy as 1,2,3! University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 1-14-2016 Uploading Records to the COE Database: Easy as 1,2,3! Sandra McAninch University of Kentucky, mcaninch@uky.edu

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

Cataloging Thin Air: Planning & Cataloging the Beyond the Shelf Grant Digital Items

Cataloging Thin Air: Planning & Cataloging the Beyond the Shelf Grant Digital Items University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 5-13-2004 Cataloging Thin Air: Planning & Cataloging the Beyond the Shelf Grant Digital Items Nancy Lewis University

More information

» How do I Integrate Excel information and objects in Word documents? How Do I... Page 2 of 10 How do I Integrate Excel information and objects in Word documents? Date: July 16th, 2007 Blogger: Scott Lowe

More information

Editing Records with the MarcEditor

Editing Records with the MarcEditor Editing Records with the MarcEditor TERRY REESE HEAD OF DIGITAL INITIATIVES THE OHIO STATE UNIVERSITY REESE.2179@OSU.EDU Keypoints MarcEditor What is it? What do the properties mean Preview mode? Paging

More information

MarcEdit & Other Cataloging Tips. Rachel Gravel, Technical Services Librarian, Marlboro College

MarcEdit & Other Cataloging Tips. Rachel Gravel, Technical Services Librarian, Marlboro College MarcEdit & Other Cataloging Tips Rachel Gravel, Technical Services Librarian, Marlboro College Tricks and Tools to Improve Technical Services Workflows Session Objectives: Learn Magic Transform file types

More information

SCIS -.mrc file upload

SCIS -.mrc file upload SCIS -.mrc file upload Table of Contents Information from SCIS now using a.mrc file format... 1 To import the latest.mrc file... 2 Extract the Zip file... 3 Hold File... 4 Create Catalogue from Hold File...

More information

comma separated values .csv extension. "save as" CSV (Comma Delimited)

comma separated values .csv extension. save as CSV (Comma Delimited) What is a CSV and how do I import it? A CSV is a comma separated values file which allows data to be saved in a table structured format. CSVs look like normal spreadsheet but with a.csv extension. Traditionally

More information

Top 10 GDC Projects at UK Libraries

Top 10 GDC Projects at UK Libraries University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 5-7-2015 Top 10 GDC Projects at UK Libraries Julene L. Jones University of Kentucky, julene.jones@uky.edu Click

More information

Archiving Full Resolution Images

Archiving Full Resolution Images Archiving Full Resolution Images Archival or full resolution files are very large and are either uncompressed or minimally compressed. This tutorial explains how to use CONTENTdm and the Project Client

More information

Content Matrix Organizer

Content Matrix Organizer Content Matrix Organizer User Guide February 05, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright 2018 Copyright International GmbH All rights reserved. No part or section of the contents

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Improved Web Development using HTML-Kit

Improved Web Development using HTML-Kit Improved Web Development using HTML-Kit by Peter Lavin April 21, 2004 Overview HTML-Kit is a free text editor that will allow you to have complete control over the code you create and will also help speed

More information

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards

MIS0855: Data Science In-Class Exercise for Mar Creating Interactive Dashboards MIS0855: Data Science In-Class Exercise for Mar 25-27 Creating Interactive Dashboards Objective: Create a dashboard with interactive data filtering using Tableau Learning Outcomes: Understand how to create

More information

How to use Excel Spreadsheets for Graphing

How to use Excel Spreadsheets for Graphing How to use Excel Spreadsheets for Graphing 1. Click on the Excel Program on the Desktop 2. You will notice that a screen similar to the above screen comes up. A spreadsheet is divided into Columns (A,

More information

Google Docs: Spreadsheet basics

Google Docs: Spreadsheet basics Google Docs: Spreadsheet basics Once you know the basics on how to access, create, and edit Google Docs, read here to learn the basics that apply specifically to Google Docs spreadsheets. Create a spreadsheet

More information

Loading WCP Records into NZ

Loading WCP Records into NZ 1 Loading WCP Records into NZ last updated 09/26/2016; Created by the YBP EOCR Record Loads in Alms Group Because what you do impacts other libraries, it s important to be careful when adding records to

More information

2010 Mid-Atlantic PUG Ask Polaris Q&A

2010 Mid-Atlantic PUG Ask Polaris Q&A 2010 Mid-Atlantic PUG Ask Polaris Q&A Q: Will we be able to enlarge the font on the staff side? Too small to read easily old eyes! A: Keep your screen resolution the same, but set your Windows operating

More information

Content Matrix Organizer

Content Matrix Organizer Content Matrix Organizer - January 15, 2018 www.metalogix.com info@metalogix.com 202.609.9100 Copyright GmbH, 2018 All rights reserved. No part or section of the contents of this material may be reproduced

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

Unit 1: Overview of the LINCC Cataloging Module

Unit 1: Overview of the LINCC Cataloging Module LINCC Cataloging Unit 1 Unit 1: Overview of the LINCC Cataloging Module The LINCC Cataloging module consists of three components or modes : Cataloging, Items, and Search. These modes can be accessed by

More information

Using Microsoft Excel

Using Microsoft Excel About Excel Using Microsoft Excel What is a Spreadsheet? Microsoft Excel is a program that s used for creating spreadsheets. So what is a spreadsheet? Before personal computers were common, spreadsheet

More information

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER

JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x CREATING DASHBOARD REPORTS IN ORACLE BI PUBLISHER JUNE 2016 PRIMAVERA P6 8x, CONTRACT MANAGEMENT 14x AND UNIFIER 16x ABSTRACT An often requested feature in reporting is the development of simple Dashboard reports that summarize project information in

More information

Create and edit word processing. Pages.

Create and edit word processing. Pages. Create and edit word processing documents with Pages. In this chapter, we begin to get work done on the ipad by using Pages to create and format documents. Creating a New Document Styling and Formatting

More information

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2

Hands-On Lab. Building Solutions with Access Lab version: 1.0.2 Hands-On Lab Building Solutions with Access 2010 Lab version: 1.0.2 CONTENTS OVERVIEW... 3 EXERCISE 1: MODIFYING THE TABLE STRUCTURE OF A WEB DATABASE... 5 Task 1 Create an Access Table... 5 Task 2 Modify

More information

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced

LSSP Corporation 1 PinPoint Document Management Initial Setup Guide - Advanced INTRODUCTION This guide will go over some of the more advanced topics involved with setting up your PinPoint database. Every topic discussed in this guide is completely optional none of the following is

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Intermediate SHAREit: Access PA Catalog and ILL system. Access PA / POWER Library 2017 Fall Training

Intermediate SHAREit: Access PA Catalog and ILL system. Access PA / POWER Library 2017 Fall Training Intermediate SHAREit: Access PA Catalog and ILL system Access PA / POWER Library 2017 Fall Training Service: Access PA Catalog and ILL System Platform: SHAREit Vendor: Auto-Graphics, Inc. Support: HSLC

More information

Google Sheets: Spreadsheet basics

Google Sheets: Spreadsheet basics Google Sheets: Spreadsheet basics You can find all of your spreadsheets on the Google Sheets home screen or in Google Drive. Create a spreadsheet On the Sheets home screen, click Create new spreadsheet

More information

CATALOGUING MANUAL. Summer SirsiDynix. All Rights Reserved.

CATALOGUING MANUAL. Summer SirsiDynix. All Rights Reserved. CATALOGUING MANUAL Summer 2008 2008 SirsiDynix. All Rights Reserved. Table of Contents SIRSI RECORD STRUCTURE AND DISPLAY... 1 ITEM SEARCH AND DISPLAY WIZARD... 2 CALL NUMBER AND ITEM MAINTENANCE WIZARD...

More information

OCLC Cataloging Services

OCLC Cataloging Services OCLC Cataloging Services Update Carol Seiler Continuing Education Librarian Agenda Who am I & why am I here? New and/or updated this year! Fun cool stuff to know! The Future Let s all go to the Vendor

More information

Informit Admin. Table of Contents

Informit Admin. Table of Contents int Table of Contents Table of Contents... 1 Introduction... 2 Login to Informit Admin... 3 User Preferences... 4 Setup Guide... 8 Web Holdings... 8 Setting up OpenURL links... 9 Setting a Custom Database

More information

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

Let s Make a Front Panel using FrontCAD

Let s Make a Front Panel using FrontCAD Let s Make a Front Panel using FrontCAD By Jim Patchell FrontCad is meant to be a simple, easy to use CAD program for creating front panel designs and artwork. It is a free, open source program, with the

More information

GiftWorks Import Guide Page 2

GiftWorks Import Guide Page 2 Import Guide Introduction... 2 GiftWorks Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Sisulizer Three simple steps to localize

Sisulizer Three simple steps to localize About this manual Sisulizer Three simple steps to localize Copyright 2006 Sisulizer Ltd. & Co KG Content changes reserved. All rights reserved, especially the permission to copy, distribute and translate

More information

DecisionPoint For Excel

DecisionPoint For Excel DecisionPoint For Excel Getting Started Guide 2015 Antivia Group Ltd Notation used in this workbook Indicates where you need to click with your mouse Indicates a drag and drop path State >= N Indicates

More information

Book IX. Developing Applications Rapidly

Book IX. Developing Applications Rapidly Book IX Developing Applications Rapidly Contents at a Glance Chapter 1: Building Master and Detail Pages Chapter 2: Creating Search and Results Pages Chapter 3: Building Record Insert Pages Chapter 4:

More information

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0

User Manual. Administrator s guide for mass managing VirtueMart products. using. VM Mass Update 1.0 User Manual Administrator s guide for mass managing VirtueMart products using VM Mass Update 1.0 The ultimate product management solution for VirtueMart! Contents Product Overview... 3 Feature List...

More information

Using Evergreen s Cataloging Module. Documentation Interest Group

Using Evergreen s Cataloging Module. Documentation Interest Group Using Evergreen s Cataloging Module Documentation Interest Group Using Evergreen s Cataloging Module Documentation Interest Group Table of Contents I. Introduction... 6 1. About This Documentation... 8

More information

Excel Basic: Create Formulas

Excel Basic: Create Formulas Better Technology, Onsite and Personal Connecting NIOGA s Communities www.btopexpress.org www.nioga.org [Type Excel Basic: Create Formulas Overview: Let Excel do your math for you! After an introduction

More information

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson

The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson The Excel Project: Excel for Accountants, Business People... from the Beginning Duncan Williamson Introduction In this book you will see that we use Excel 2007 as the focal point of much of the work we

More information

System Administrator s Handbook

System Administrator s Handbook System Administrator s Handbook www.lamplightdb.co.uk Contents The role of system administrators p.4 Database operators adding, setting permissions and deleting p.5 Lockouts and factor authentication

More information

Designing the staging area contents

Designing the staging area contents We are going to design and build our very first ETL mapping in OWB, but where do we get started? We know we have to pull data from the acme_pos transactional database as we saw back in topic 2. The source

More information

Readerware 3.0 (Video) Revision 27

Readerware 3.0 (Video) Revision 27 Readerware 3.0 (Video) Revision 27 Page 2 of 102 An Introduction to Readerware Readerware is a collectors dream come true, catalog your books, music & videos automatically. It includes: Readerware can

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

TMW Portfolio Portal guidance notes

TMW Portfolio Portal guidance notes TMW Portfolio Portal guidance notes The TMW Portfolio Portal is our new online solution where you can provide us with your client s property portfolio information. The details will be validated automatically

More information

How to Set up a Budget Advanced Excel Part B

How to Set up a Budget Advanced Excel Part B How to Set up a Budget Advanced Excel Part B A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you avoid spending

More information

MARS 2.0. Authority Control Planning Guide

MARS 2.0. Authority Control Planning Guide MARS 2.0 Authority Control Planning Guide 4 BACKSTAGE LIBRARY WORKS 5 Step 1: Data Setup SYNOPSIS Step 1 details the setup information for transferring your bibliographic or authority records. This setup

More information

Training for ICDL Spreadsheets Spreadsheets 261

Training for ICDL Spreadsheets Spreadsheets  261 261 Module Goals 1 Introduction 2 What is a Spreadsheet? 2 Section 1 Using the Application 3 1.1. Working with 3 1.2. Enhancing Productivity 11 Section 2 Cells 15 2.1. Inserting and Selecting Data 15 2.2.

More information

TQAUDITOR Quick Start Guide

TQAUDITOR Quick Start Guide TQAUDITOR Quick Start Guide Contents About TQAuditor Start without registration Account registration Adding users Project creation Files comparison Quality evaluation Discussion of mistakes Statistics

More information

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

Creating/Updating Finding Aids in ArchivesSpace

Creating/Updating Finding Aids in ArchivesSpace 1 Creating/Updating Finding Aids in ArchivesSpace By Sarah Coates Oklahoma State University August 2014 2 Table of Contents Title Page Opening the Resource Record 3 How to Enter a Finding Aid 5 Starting

More information