handle_link3
[migration-tools.git] / README
1 Library Data Migration Tools
2
3 Various tools for manipulating and migrating library data
4 from one library automation system to another:
5
6 * Equinox-Migration - Perl modules for extracting and mapping
7   data from MARC records
8 * extract_holdings - extract item data embedded in bibliographic
9   MARC records to tab-separated-values files
10 * marc_cleanup - perform a variety of fixups on MARC record files
11 * fingerprinter, match_fingerprints, extract_loadset - tools
12   to deduplicate MARC bibliographic records
13 * sql/base/base.sql - set of stored procedures for staging
14   and loading data into an Evergreen database
15
16 The tools created by Equinox Software are licensed under the GPL
17 (see LICENSE).  Other tools, such as xls2tab, are under their
18 creators' chosen license (in this case, you may choose the GPL
19 or the Artistic License, as Perl is available under these terms).