Skip to content

Handles reformatting large quantities of item records in an Ex Libris Alma environment

License

Notifications You must be signed in to change notification settings

bderoo121/journal-batch-processer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Item Record Batch Processor

This script is designed for the Alma library management system. It takes CSV files of item records and runs up to three different processes on the contents.

  1. Formatting the CSV file (-f).
  2. Splitting the description field into relevant parts (-s). This also overwrites fields selectively or completely depending on the settings in the python file (See configuration)
  3. Updating the library system with the CSV contents (-u).

This script is run from the command line, as in BatchUpdate.py ItemRecords.csv[ --f][ --s][ --u]. Including multiple flags will run them, in order, --f -> --s -> --u.

About

Handles reformatting large quantities of item records in an Ex Libris Alma environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages