As stated above, a Profile specifies which tag should be used, and how the tag's subfields map to the Item database. For example, the standard CyberTools - MARCIVE Profile uses tag 852 and maps:
Item Field Tag Subfield
----------- ------------
Call # h
Location b
Bar Code p
Copy # t
Volume v
Price 9
This is further documented at http://www.cybertoolsforlibraries. com/library/MARCIVEBiblioDatabaseOutput.html.
A tag for the Profile may repeat in the MARC bib, thus conveying more than one copy of the same title. Repeating subfields within an occurrence of a tag are treated as additional copies. This is particularly true for data coming from the library system "Professional Software".
Although unusual, more than one Profile may use the same tag, but the mapping should be different. When this situation occurs, the software prompts the user to select the correct Profile.
The Profile is used for two tasks. First, the holding's call numbers are compared to the call number tags used in the catalog. Second, the Imported MARC bib's holdings data are converted to circulation items.
The first task occurs automatically at the end of the import, or may be performed manually via function [Batch Control \ Edit Bib Functions \ Compare Import Holdings Profile to Call Numbers Tags]. It is used for conversions from other automation systems or when receiving MARC bibs from a contract cataloging source. This function takes the call number from the tag and subfield mapped in the Profile for Call Numbers, and compares that value to those found in the bib's call number tags:
050 Library of Congress Call Number
060 National Library of Medicine Call Number
082 Dewey Decimal Call Number
090 Local LC Call Number
092 Local Dewey Decimal Call Number
096 Local NLM Call Number
099 Local Unspecified Call Number
Only the call numbers that the library uses are compared.
If the holding's call number is not found in the above call number tags, then the holding's call number is copied to a 09X tag accordingly:
1) If the value is a NLM classification (i.e., starts with QR, QZ or W), then the software automatically copies the value to 096 $a only if there is no 096, otherwise it is copied to 099 $a.
2) If the value is a LC classification (i.e., does not start with QR, QZ or W and is not Dewey), then it is copied to 099 $a.
3) If the value is a Dewey classification, then it is copied to 092 $a if there is none, otherwise it is copied to 099 $a.
Please note that a Profile can be managed from the function [MARC Bib Import Holdings Profiles].
The second task occurs after running function [Batch Control \ Update Catalog with Batch]. It is automatic, but can also be run manually. In this function, items are created from the Profile mapping.
As an example, given this abbreviated MARC bib:
010 $a 89-6056
060 0# $a WS 105 $b V369c 1990
245 10 $a Child and adolescent development : $b clinical
implications / $c Victor C. Vaughan III, Iris F. Litt.
852 ## $b GENERAL $h WS 105 V36 1990
852 $h states that this item's call number is different than the bib's (at 060 $a & $b), and that the item is in location GENERAL (COLLECTION).
Immediately after importing the bib, the software will prompt:
----Compare and process holdings Call Numbers for the bibs'----- | The imported MARC bibs match your Holdings Profile. | | Please select the Profile to move the Holdings' Call | | Number(s) into the appropriate MARC tag for call numbers. | | ( ) 1 CyberTools - MARCIVE 852 Profile | |--------------------------------------------------------------| | [Cancel] | ----------------------------------------------------------------
If the Profile is selected, then the item's Call Number WS 105 V36 1990 will be copied to the MARC bib tag 096, thus becoming the call number for the bib at this library. Conversely, if [Cancel] is selected, then the comparison is not run but may be run later via function [Edit Bib Functions \ Compare Import Holdings Profile to Call Numbers Tags].
After running function [Update Catalog with Batch], the software will prompt:
----------Generate Items from Holdings Profile?------------- | The MARC bibs match your Holdings Profile. | | Please select the Profile to generate items accordingly: | | ( ) 1 CyberTools - MARCIVE 852 Profile | |----------------------------------------------------------| | [Cancel] | ------------------------------------------------------------
If the Profile is selected, then the software creates an item in location General Collection for this title. Conversely, if [Cancel] is selected, then items are not created, although this function can be run manually later via function [Item Creation].
The function first scans all of the Profile tags for all of the bibs in the batch.
If a bib lacks the Profile tag, then the software will not create an item for the bib.
If a bib has a Profile tag that lacks a location, then the program uses the New Books Location value established by function [Properties/New Items Circulation Defaults].
If a bib has a Profile location that matches a value Circulation Location table (found in function [Properties]), then an item is created for that bib, and the item is associated with the specified location.
If the program finds a Profile location is not found in the Location Table, then the program will place the undocumented location in a report and the conversion process stops: items cannot be created until the location discrepancies are resolved. The cataloger typically corrects either the Locations Table and/ or corrects the bib's Profile Location subfield values. When it is creating items, the batch might have to be re-imported and the Profile Location subfield edited. Since the items do not use the location values literally (i.e., the location value is found in the table and converted to a database pointer to the entity in the table), then the following solution may be employed. Edit the location table so that the following Location fields:
Description
Staff Display
OPAC Display
Spine Display
reflect the variations in location names that might be found. For example, the default system is delivered with a location Reference. It has the short name of "Ref.". If a bib has a Profile Location subfield with a value of REF (note that it is missing the period), then the conversion program will not be able to match REF to Reference. The conversion program is not case sensitive, but it is phrase and punctuation sensitive.
Since the bib is already updated to the catalog, you probably do not want to re-import it and edit the tag, particularly if this is the initial conversion, although re-importing and editing is an option. Instead, go into the Back Office function [Properties] and select function [Circulation Locations]. Select location Reference and you will see:
Location Description: Reference
Staff Display: Ref.
OPAC Display: Ref.
Spine Display: Ref.
Edit the Staff display from "Ref." to "REF", i.e., without the period:
Location Description: Reference
Staff Display: REF
OPAC Display: Ref.
Spine Display: Ref.
Go back and run the Function [MARC Batch Control \ Item Creation], select your Profile, and it will now process the REF value. Once done, you may choose to re-edit the Staff Display value back to "Ref.".
Serials Management interacts with Profile processing. If the bib
was previously initialized for Serials Management, then the
imported holdings are ignored. But, if the bib has no items in
the database, and the imported holdings location matches a
Circulation Location set up for Serials Management, then the bib
is automatically initialized for Serials Management while running
function [Compare Import Holdings Profile to Call Numbers Tags].