[% USE raw %] [% USE Asset %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% t("Export data") | html %] › [% t("Cataloging") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Cataloging [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] Export data [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

Export data

[% 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 %] [% WRAPPER tabs id= "exporttype" %] [% WRAPPER tabs_nav %] [% WRAPPER tab_item tabname= "bibs" bt_active= 1 %] Export bibliographic records [% END %] [% WRAPPER tab_item tabname= "auths" %] Export authority records [% END %] [% IF ( allow_db_export ) %] [% WRAPPER tab_item tabname= "db" %] Export database [% END %] [% END %] [% IF ( allow_conf_export ) %] [% WRAPPER tab_item tabname= "conf" %] Export configuration [% END %] [% END %] [% END # /WRAPPER tabs_nav %] [% WRAPPER tab_panels %] [% WRAPPER tab_panel tabname="bibs" bt_active= 1 %]

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
[% END # /tab_panel#bibs %] [% WRAPPER tab_panel tabname="auths" %]
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
[% END # /tab_panel#auths %] [% IF ( allow_db_export ) %] [% WRAPPER tab_panel tabname="db" %]

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 # /tab_panel#db %] [% END # /IF allow_db_export %] [% IF ( allow_conf_export ) %] [% WRAPPER tab_panel tabname="conf" %]

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 # /tab_panel#conf %] [% END # /IF allow_conf_export %] [% END # /WRAPPER tab_panels %] [% END # /WRAPPER tabs %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'calendar.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]