Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / stage-marc-import.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>MARC import</h1>
4
5 <p>This tool can be used to import both bibliographic and authority records that are saved in MARC format. Importing records into Koha includes two steps. The first is to stage records for import.</p>
6
7 <ul>
8    <li>First find the MARC file on your computer</li>
9    <li>Next you will be presented with options for record matching and item imports
10 <ul>
11    <li>Enter 'Comments about this file' to identify your upload when going to the 'Manage Staged MARC Records' tool</li>
12    <li>Tell Koha which type of file this is, bibliographic or authority</li>
13    <li>Choose the character encoding</li>
14    <li>Choose if you would like to use a MARC Modification Template to alter the data you're about to import</li>
15    <li>Choose whether or not you want to look for matching records
16 <ul>
17    <li>You can set up record matching rules through the administration area
18 <ul>
19    <li>When using the ISBN matching rule Koha will find only exact matches. If you find that the ISBN match is not working to your satisfaction you can change the AggressiveMatchOnISBN preference to 'Do' and then run your import again.</li>
20 </ul>
21 </li>
22 </ul>
23 </li>
24    <li>Next choose what to do with matching records if they are found</li>
25    <li>Finally choose what to do with records that are unique</li>
26    <li>Next you can choose whether or not to import the item data found in the MARC records (if the file you're loading is a bibliographic file)
27 <ul>
28    <li>From here you can choose to always add items regardless of matching status, add them only if a matching bib was found, add items only if there was no matching bib record, replace items if a matching bib was found (The match will look at the itemnumbers and barcodes to match on for items. Itemnumbers take precedence over barcodes), or Ignore items and not add them.</li>
29 </ul>
30 </li>
31    <li>Click 'Stage for import'</li>
32    <li>You will be presented with a confirmation of your MARC import</li>
33    <li>To complete the process continue to the Managed Staged MARC Records Tool</li>
34 </ul>
35 </li>
36 </ul>
37
38 <p><strong>See the full documentation for the MARC Import in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#stage-marc-records-for-import">manual</a> (online).</strong></p>
39
40
41 [% INCLUDE 'help-bottom.inc' %]