[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Stage MARC records for import › Tools › Koha [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/humanmsg.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% FOREACH message IN messages %] [% IF message.type == 'success' %]
[% ELSIF message.type == 'warning' %]
[% ELSIF message.type == 'error' %]
[% END %] [% IF message.code == 'cannot_enqueue_job' %] Cannot enqueue this job. [% END %] [% IF message.error %] (The error was: [% message.error | html %], see the Koha log file for more information). [% END %]
[% END %] [% IF job_enqueued %]

MARC staging

The job has been enqueued! It will be processed as soon as possible.

View detail of the enqueued job

[% ELSE %]

Stage MARC records for import

  • Select a MARC file to stage in the import reservoir. It will be parsed, and each valid record staged for later import into the catalog.
  • You can enter a name for this import. It may be useful, when creating a record, to remember where the suggested MARC data comes from!
Upload a file to stage
Upload progress: 0%
Pre-fill values with profile?
  1. When you select a profile it pre-fills your form with profile values.
    Later you can modify your form and that's what matters on import.
[% IF basketno && booksellerid %] [% END %]
Settings
[% IF MarcModificationTemplatesLoop %]
Modify records using a MARC modification template?
[% END %]
Look for existing records in catalog?
  1. [% INCLUDE 'tools-overlay-action.inc' %]
  2. [% INCLUDE 'tools-nomatch-action.inc' %]
Check for embedded item record data?
  1. [% INCLUDE 'tools-item-action.inc' %]
Save profile
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %] [% Asset.js("js/file-upload.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]