Need help from someone familiar with LibraryWorld Gold
January 23, 2007 6:57 AM
Subscribe
Attention tech-savvy librarians! I need some help from anyone who is familiar with the library cataloging software LibraryWorld Gold. Is there a way I can write some kind of batch utility to add a field and a tag to about a thousand records?
I'm helping out at the library of a local school. They need to add one field (containing four tags, with data in three of those tags) to the records of about a thousand books. Right now I am doing this as a data entry project, one record at a time. At the rate I'm going, with the time I have available, this project will be completed in about 10 years or so.
I'm a programmer, and was reasonably sure I could figure out a way to automate this process, but I've run into problems:
* Their system runs on an Apple network, and I only know my way around Windows machines.
* I haven't been able to find any helpful information from the software manufacturer's web site, or any other online forum, on how the files/database/whatever is set up behind the scenes. (Admittedly, part of the difficulty here is my unfamiliarity with the Apple OS.)
* Any documentation on the system that may have existed is currently misplaced or has been thrown out (!!).
So, can anyone give me some clue as to where to start? Or if this is even possible?
posted by SuperSquirrel to computers & internet (7 comments total)
I have no knowledge of LibraryWorld, but a lot of recent specialized database-y apps I've used on OS X have used SQLite as their data store (NetNewsWire and SpamSieve. The data file is often stored in ~/Library/Application Support/Name-o-Application.
Might be worth a look. I've used Aqua Data Studio on my Mac for quick edits to SQL schtuff.
(If it's not SQLite database, maybe you could report back as to what you've found in Application Support for the application.)
(Oh and remember that often in OS X you can right-click or control-click a "package" of an application or data file and dig inside the contents using the popup menu. That may help you find some bits and bobs you've overlooked--for example, some kind of plain-text data like a plist or xml file that could be fiddled with in a text editor.)
posted by bcwinters at 7:45 AM on January 23, 2007