PHP脚本迁移循环(费)数据从SIRSI交响乐OCLC WMS没有API的需要
资 源 简 介
This project is a utility for Libraries that are migrating circulation (checked out books) data from Sirsi Symphony to OCLC Webscale Management System. This solution requires no knowledge of Sirsi API. All one needs to do is to run a standard report (list charges) and run it through the PHP script.
STEP 1: RUN THE SIRSI REPORT IN REPORTS->CIRCULATION->LIST CHARGES
STEP 2: WHEN PRINTING THE REPORT, UNCHECK ALL THE BOXES GIVEN AT PRINTING TIME (screenshot: report_format_printing.png)
STEP 3: DELETE ALL THE LOG CRAP FROM THE BEGINNING OF THE REPORT FILE UP UNTIL THE FIRST CALL NUMBER. NO WHITESPACE BEFORE THE FIRST CALLNUM (screenshot: remove_this_stuff.png). Then save the file into this directory.
STEP 4: CHANGE THE FILENAME INSIDE explodeText (in file index.php) TO REFLECT YOUR FILE THAT YOU SAVED IN THIS SAME DIRECTORY (EXAMPLE: $data = $x->explodeText("checkouts_tsv.txt");)
STEP 5: THROW THIS DIRECTORY ON A WEBSERVER (OR MAM
文 件 列 表
checkout_export
.buildpath
.project
.settings
checkouts_tsv.txt
index.php
lib.php
README.txt
remove_this_stuff.png
report_format_printing.png