View | Details | Raw Unified | Return to bug 10671
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/export/marc.tt (-40 lines)
Lines 1-39 Link Here
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 and/or holdings 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
<ul>
8
	<li>Fill in the form in order to limit your export to a specific range (all fields are optional)
9
<ul>
10
	<li>Choose to limit your export by any one or more of the following options
11
<ul>
12
	<li>Limit to a bib number range</li>
13
	<li>Limit to a specific item type</li>
14
	<li>Limit to a specific library</li>
15
	<li>Limit to a call number range</li>
16
	<li>Limit to an acquisition date range</li>
17
</ul>
18
</li>
19
	<li>Next choose what to skip when exporting
20
<ul>
21
	<li>By default items will be exported, if you would like to only export bibliographic data, check the 'Don't export items' box</li>
22
	<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>
23
	<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>
24
</ul>
25
</li>
26
	<li>Finally choose the file type and file name
27
<ul>
28
    <li>Choose to export your data in marc or marcxml format</li>
29
	<li>Choose the name you want your file to save as</li>
30
</ul>
31
</li>
32
	<li>Click 'Export'</li>
33
</ul>
34
</li>
35
</ul>
36
37
<p><strong>See the full documentation for Marc Export in the <a href="http://manual.koha-community.org/3.8/en/exportbibs.html">manual</a> (online).</strong></p>
38
39
[% INCLUDE 'help-bottom.inc' %]
40
- 

Return to bug 10671