Bug 5600: Command line interface for tools/export.pl
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 6 Jun 2012 13:28:18 +0000 (15:28 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 3 Aug 2012 14:57:08 +0000 (16:57 +0200)
commit4dea59847aca42dfa0893bc1f13ce05dc3011aaf
tree23fc4d07fb062dd960d60d1ab7a134f2b02c6304
parent7561d9f433e0610f2e9240efc79d05489281a3fe
Bug 5600: Command line interface for tools/export.pl

export.pl [--format=format] [--date=date] [--dont_export_items]
  [--deleted_barcodes] [--clean] --filename=outputfile

    * format is either 'xml' or 'marc' (default)
    * date should be entered as the 'dateformat' syspref is set
      (dd/mm/yyyy for metric, yyyy-mm-dd for iso, mm/dd/yyyy for us)
    * records exported are the ones that have been modified since 'date'
    * if --deleted_barcodes is used, a list of barcodes of items deleted
      since 'date' is produced (or from all deleted items if no date is
      specified)
    * --clean removes NSE/NSB

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Biblio.pm
tools/export.pl