[% INCLUDE 'doc-head-open.inc' %]Koha › Tools › CSV export profiles[% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF ( success || error ) %] [% IF ( success ) %] [% IF ( action == 'create' ) %]
The new CSV profile "[% profile_name %]" has been successfully created.
[% END %] [% IF ( action == 'edit' ) %]
The CSV profile has been successfully modified.
[% END %] [% IF ( action == 'delete' ) %]
The CSV profile has been successfully deleted.
[% END %] [% ELSE %] [% IF ( action == 'create' ) %]
The new CSV profile "[% profile_name %]" has not been created.
[% END %] [% IF ( action == 'edit' ) %]
The CSV profile has not been modified.
[% END %] [% IF ( action == 'delete' ) %]
The CSV profile has not been deleted.
[% END %] [% END %] [% END %]

New CSV export profile

  1. You have to define which fields or subfields you want to export, separated by pipes.

    You can also use your own headers (instead of the ones from Koha) by prefixing the field number with an header, followed by the equal sign.

    Example: Personal name=200|Entry element=210$a|300|009


[% IF ( existing_profiles ) %]

Modify or delete a CSV export profile

Cancel
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]