Merge branch 'bug_8117' into 3.12-master
[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>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>Choose the character encoding</li>
13         <li>Choose whether or not you want to look for matching records
14 <ul>
15         <li>You can set up record matching rules through the administration area</li>
16 </ul>
17 </li>
18         <li>Next choose what to do with matching records if they are found</li>
19         <li>Finally choose what to do with records that are unique</li>
20         <li>Next you can choose whether or not to import the item data found in the MARC records</li>
21 </ul>
22 </li>
23         <li>Click 'Stage for import'</li>
24         <li>You will be presented with a confirmation of your MARC import</li>
25         <li>To complete the process continue to the Managed Staged MARC Records Tool</li>
26 </ul>
27
28 <p><strong>See the full documentation for the MARC Import in the <a href="http://manual.koha-community.org/3.10/en/stagemarc.html">manual</a> (online).</strong></p>
29
30 [% INCLUDE 'help-bottom.inc' %]