Massage Circulation Overrides report into a tab-delimted file

Source of the script is available from here. The manual page for the script is reproduced below. If you wish to receive a mail message when parseCircOverrides.pl is updated or have any comments about the script, send me an e-mail message.

The current version is 1.0, released on 13 Jul 1998. Here are some comments on the current version:


SYNOPSIS

  parseCircOverrides.pl  [ report-file ]


DESCRIPTION

This program takes the output of the INNOPAC ``L > LIST circulation overrides'' report and generates a tab-delimited file suitable for uploading into a spreadsheet application. Since key data elements are in their own fields, it is possible to sort on them to get a picture of who is doing what overrides at what locations.


PARAMETERS

[ report-file ]
The output of the ``L > LIST circulation overrides'' program must be saved to a file somehow so that this program can read it. Some ways to get this report to a file are listed at http://www.innopacusers.org/faqs/print/print-to-file.html

The filename can either be specified on the command line or come into this program on STDIN.

The tab-delimited file is written to standard out.


EXAMPLE

  parseCircOverrides.pl report-from-innopac.txt > tab-delimited-file.txt


COPYRIGHT

Copyright 1998 by Case Western Reserve University.


AUTHOR

 Peter Murray
 Library Systems Manager
 Digital Media Services
 Case Western Reserve University
 pem@po.cwru.edu
 http://www.cwru.edu/home/pem.html

Updates available from http://www.cwru.edu/dms/homes/pem/projects/parseCircOverrides.html