]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1427287: script to migrate MARC tooltips data file
authorGalen Charlton <gmc@esilibrary.com>
Mon, 2 Mar 2015 19:10:13 +0000 (19:10 +0000)
committerJason Stephenson <jstephenson@mvlc.org>
Wed, 19 Aug 2015 17:39:09 +0000 (13:39 -0400)
commite4d43b05dcce7f516716184b560e2d0c1d8d925d
treec06cb6cfeb37ddf0f535b7834c03bc7a10278cb0
parentfe9777f4182a402725e646ce380c3a7459bb9c3c
LP#1427287: script to migrate MARC tooltips data file

marc_tooltips_to_sql is a script that converts an
Evergreen MARC tooltips file to a set of SQL statements
for seeding config.marc_field, config.marc_subfield,
config.record_attr_definition, and config.coded_value_map
with tag table data.

Example usage:

marc_tooltips_to_sql --input Open-ILS/xul/staff_client/server/locale/en-US/marcedit-tooltips.xml \
                     --output /tmp/bibs.sql --type biblio

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/extras/marc_tooltips_to_sql [new file with mode: 0755]