About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
indexing:marc:export_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
indexing:marc:export_notes [2015/12/14 20:16] – ↷ Links adapted because of a move operation demiankatzindexing:marc:export_notes [2023/02/23 12:34] – [Koha] demiankatz
Line 21: Line 21:
 After adding the appropriate flag to your marcexport call to include the MFHDs, you need to do a few things on the VuFind side: After adding the appropriate flag to your marcexport call to include the MFHDs, you need to do a few things on the VuFind side:
  
-1. Tell [[indexing:solrmarc|SolrMarc]] to combine the bibs and MFHDs by adding these lines to your import.properties file (found in the import subdirectory of either your VuFind home or [[configuration:local_settings_directory]], depending on your version of VuFind):+1. Tell [[indexing:solrmarc|SolrMarc]] to combine the bibs and MFHDs by adding these lines to your import.properties file (found in the import subdirectory of either your VuFind home or [[configuration:local_settings_directory|local settings directory]], depending on your version of VuFind):
  
 <code> <code>
Line 130: Line 130:
 ==== Related Tools ==== ==== Related Tools ====
  
-  * [[http://code.google.com/p/shrew/|Shrew]] - Tools to fully automate the export of bibliographic and item records from your Innovative Interfaces ILS+  * [[http://code.google.com/p/shrew/|Shrew]] - Tools to fully automate the export of bibliographic and item records from your Innovative Interfaces ILS; see also the [[https://github.com/dswalker/shrew|Sierra version]] (though both of these code bases have been archived and may no longer be fully functional). 
 + 
 +===== Koha ===== 
 +Koha has a cgi-bin/tools/export.pl file which allows you to export to MARC (or xml) format. 
 + 
 +To run that manually, you will need to set the path for PERL5LIB (or whatever your perl lib variable is), and set the variable that points to the Koha configuration file.  They will look something like: 
 +<file> 
 +export PERL5LIB=/usr/share/koha/lib:$PERL5LIB 
 +export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml 
 +</file> 
 +To do the export, you will want to do something like this (the paths may differ) 
 +<code> 
 +/usr/share/koha/bin/export_records.pl --format=xml  --filename="koha.xml" 
 +</code> 
 + 
 +Alternatively, you can use OAI-PMH or the web interface to export records; see [[configuration:ils:examples:koha_export|Exporting Records from Koha]] for details. 
 + 
 +Once you have exported the koha records, you will need to import the records into VuFind. 
 + 
 +Copy your marc_local.properties from vufind/install to the vufind/local/install directory. 
 +make the changes to this file that you need to 
 +<code> 
 +#collection = "" 
 +institution = "My University" 
 +#building = "Library A" 
 +id = 999c, first 
 +</code> 
 +Koha needs to use the id = 999c for Vufind to properly tie the two together.  The id= field is not in every version of the marc_local.properties file, so you may need to add that manually. 
 + 
 +Now you are ready to [[indexing:marc|run the import]]. 
 + 
 +See the [[indexing:koha|How to index Koha with VuFind]] page for a full end-to-end example.
  
 ===== NewGenLib ===== ===== NewGenLib =====
Line 154: Line 185:
  
 Notes currently unavailable -- please help us fill in the documentation! Notes currently unavailable -- please help us fill in the documentation!
 +
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
indexing/marc/export_notes.txt · Last modified: 2023/11/28 19:14 by demiankatz