]> git.koha-community.org Git - koha.git/commit
MT2116: Addons to the CSV export
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Thu, 28 Jan 2010 14:05:54 +0000 (15:05 +0100)
committerMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 29 Jan 2010 10:02:29 +0000 (11:02 +0100)
commit97de32f16cad9f5d6c1866f83cb7edd1194a6291
tree82e827939ec9086234ec2d909f683f532a7733fa
parent214896dcb7cef0157b2cdb7c12a26f0640f0f546
MT2116:   Addons to the CSV export

Adds the ability to customize CSV exports through the use of a YAML file.

The following customizations are available :
  - Preprocessing
  - Postprocessing
  - Field-by-field processing

The YAML field should be stored in the tools/csv-profiles/ directory and
named after the id of the CSV profile you want to customize.
An example file is provided in that directory.
C4/Record.pm
basket/downloadcart.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
tools/csv-profiles/example.yaml [new file with mode: 0644]
virtualshelves/downloadshelf.pl