From: rsoulliere Date: Tue, 30 Aug 2011 15:05:09 +0000 (-0400) Subject: Add info to clarify --marctype option. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5d938057cec0ae8ef4455071c62abace6958961e;p=Evergreen-DocBook.git Add info to clarify --marctype option. --- diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index b37fffb..cf8ce7c 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