[% USE raw %] [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Export data [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'invalid_mimetype' %]The file used does not have a valid format. Only csv and txt are allowed. [% CASE %][% m.code | html %] [% END %]
[% END %]

Note : The items are exported by this tool unless specified.

Select records to export
  1. [% INCLUDE 'branch-selector.inc' branches = libraries %]
Call number range
Accession date (inclusive)
Use a file
  1. File containing a list of biblionumbers with one biblionumber per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)
Options
  1. separate by a blank. (e.g., 100a 200 606)
Output format
Select records to export
Use a file
  1. File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)
Options
  1. separate by a blank. (e.g., 100a 200 606)
Output format
[% IF ( allow_db_export ) %]

Note : This export file will be very large, and is generated nightly.

Choose a file [% IF ( dbfiles && (dbfiles.size > 0) ) %]
    [% FOREACH dbfile IN dbfiles %]
  • [% dbfile | html %]
  • [% END %]
[% ELSE %]

Unfortunately, no backups are available.

[% END %]
[% IF ( dbfiles && (dbfiles.size > 0) ) %]
[% END %]
[% END %] [% IF ( allow_conf_export ) %]

Note : This export file will be very large, and is generated nightly.

Choose a file [% IF ( conffiles && (conffiles.size > 0) ) %]
    [% FOREACH conffile IN conffiles %]
  • [% conffile | html %]
  • [% END %]
[% ELSE %]

Unfortunately, no backups are available.

[% END %]
[% IF ( conffiles && (conffiles.size > 0) ) %]
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]