From 5d938057cec0ae8ef4455071c62abace6958961e Mon Sep 17 00:00:00 2001 From: rsoulliere Date: Tue, 30 Aug 2011 11:05:09 -0400 Subject: [PATCH] Add info to clarify --marctype option. --- 2.0/admin/migratingdata_2.0.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index b37fffbebd..cf8ce7c92c 100644 --- a/2.0/admin/migratingdata_2.0.xml +++ b/2.0/admin/migratingdata_2.0.xml @@ -724,13 +724,13 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre Run marc2are.pl against the authority records, specifying the user name, password, MARC type (USMARC or XML). Use STDOUT redirection - to either pipe the output directly into the next command or into an output file for inspection. For example, to process a set of authority records - named auth_small.xml using the default user name and password and directing the output into a file named auth.are: + to either pipe the output directly into the next command or into an output file for inspection. For example, to process a file with authority records in MARCXML format + named auth_small.xml using the default user name and password, and directing the output into a file named auth.are: cd Open-ILS/src/extras/import/ -perl marc2are.pl --user admin --pass open-ils auth_small.xml > auth.are +perl marc2are.pl --user admin --pass open-ils --marctype XML auth_small.xml > auth.are - + The MARC type will default to USMARC if the option is not specified. Run pg_loader.pl to generate the SQL necessary for importing the authority records into your system. To save time for very large batches of records, you could -- 2.43.2