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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 17 Aug 2015 22:40:44 +0000 (22:40 +0000)
commitc0d5adc83324ff946a5d6351d2508fb828f2db37
tree662d71def13f795473b9f2934220f705ad038be8
parentfb95366553c0d92a9a7c0ea6092a5e3e50ae0512
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>
Open-ILS/src/extras/marc_tooltips_to_sql [new file with mode: 0755]