MT2116: Addons to the CSV export
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Thu, 28 Jan 2010 14:05:54 +0000 (15:05 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 17 Feb 2010 12:51:33 +0000 (07:51 -0500)
commit0268a58e16eace3c8721396e6dcf1147d4d71e88
tree37dab07e4c6272260b6e88c84bdb07a21d94d76f
parent452c0ab719028fc04f665307d6e67e5bc683afe8
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.
(cherry picked from commit 76655b5b941f6f6094f705a296f7b68e64d148df)

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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