Bug 12238: Add option to supply list of record IDs to MARC export tool
authorStéphane Delaune <stephane.delaune@biblibre.com>
Fri, 16 May 2014 09:36:16 +0000 (11:36 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 15:46:34 +0000 (15:46 +0000)
commit03f420e6f543f9f0eba595204e134b0f370d89a3
tree94fe26bad4416238cf9c03e9d2c4514e1e7e5042
parente524ab07c8a0b4b812fb2afe6b95795e5a15f276
Bug 12238: Add option to supply list of record IDs to MARC export tool

The MARC export tool now includes the option to specify a file
containing record IDs to export.  When run on the command line,
this is specified using the --id_list_file switch.

Note that the list of IDs acts as a filter on other criteria
for selecting records to import.  For example, if you export
all bibs belong to a given library and also specify an ID file,
the bibs must both belong to the library and be in the ID file.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No errors

Tested writing txt file with biblionumbers, loading in tools and exporting

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
tools/export.pl