Merge branch 'bug_9850' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / export.tt
1 [% INCLUDE 'help-top.inc' %]   
2
3 <h1>MARC export</h1>
4
5 <p>Koha comes with a tool that will allow you to export your bibliographic, holdings and/or authority data in bulk. This can be used to send your records to fellow libraries, organizations or services; or simply for backup purposes.</p>
6
7 <h3>Export Bibliographic Records</h3>
8
9 <p>At the top of the screen you need to pick what data you're exporting. If you're exporting bibliographic records with or without the holdings information you want to click the 'Export bibliographic records' tab.</p>
10
11 <ul>
12     <li>Fill in the form in order to limit your export to a specific range (all fields are optional)
13 <ul>
14     <li>Choose to limit your export by any one or more of the following options
15 <ul>
16         <li>Limit to a bib number range</li>
17         <li>Limit to a specific item type</li>
18         <li>Limit to a specific library</li>
19         <li>Limit to a call number range</li>
20         <li>Limit to an acquisition date range</li>
21 </ul>
22 </li>
23     <li>Next choose what to skip when exporting
24 <ul>
25         <li>By default items will be exported, if you would like to only export bibliographic data, check the 'Don't export items' box</li>
26         <li>To limit your export only to items from the library you're logged in as (if you leave the 'Library' field set to 'All') or to the library you selected above check the 'Remove non-local items' box</li>
27         <li>You can also choose what fields you don't want to export. This can be handy if you're sharing your data, you can remove all local fields before sending your data to another library</li>
28 </ul>
29 </li>
30     <li>Finally choose the file type and file name
31 <ul>
32         <li>Choose to export your data in marc or marcxml format</li>
33         <li>Choose the name you want your file to save as</li>
34 </ul>
35 </li>
36     <li>Click 'Export bibliographic records'</li>
37 </ul>
38 </li>
39 </ul>
40
41 <h3>Export Authority Records</h3>
42
43 <p>At the top of the screen you need to pick what data you're exporting. If you're exporting authority records you want to click the 'Export authority records' tab.</p>
44
45 <ul>
46     <li>Fill in the form in order to limit your export to a specific range or type of authority record (all fields are optional)</li>
47     <li>Next choose fields that you would like to exclude from the export separated by a space (no commas)
48 <ul>
49     <li>If you'd like to exclude all subfields of the 200 for example just enter 200</li>
50     <li>If you'd like to exclude a specific subfield enter it beside the field value 100a will exclude just the subfield 'a' of the 100</li>
51 </ul>
52 </li>
53     <li>Finally choose the file type and file name
54 <ul>
55     <li>Choose to export your data in marc or marcxml format</li>
56     <li>Choose the name you want your file to save as</li>
57 </ul>
58 </li>
59     <li>Click 'Export authority records'</li>
60 </ul>
61
62 <p><strong>See the full documentation for Exporting MARC Records in the <a href="http://manual.koha-community.org/3.12/en/exportbibs.html">manual</a> (online).</strong></p>
63
64 [% INCLUDE 'help-bottom.inc' %]