From bb479408aa34a80ca20b570e5e07cccbc521d101 Mon Sep 17 00:00:00 2001 From: rsoulliere Date: Tue, 27 Sep 2011 10:10:08 -0400 Subject: [PATCH] More fixes to migrating data. --- 1.6/admin/migratingdata_1.6.xml | 4 ++-- 2.0/admin/migratingdata_2.0.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1.6/admin/migratingdata_1.6.xml b/1.6/admin/migratingdata_1.6.xml index 7f0a84a998..3f4020d70d 100644 --- a/1.6/admin/migratingdata_1.6.xml +++ b/1.6/admin/migratingdata_1.6.xml @@ -691,7 +691,7 @@ COMMIT; Exporting Bibliographic Records into MARC files migratingexporting bibliographic recordsMARC The following procedure explains how to export Evergreen bibliographic records into MARC files using the marc_export support script. All steps should be - performed by the opensrf user from your Evergreen server. + performed by the opensrf user from your Evergreen server. Create a text file list of the Bibliographic record IDs you would like to export from Evergreen. One way to do this is using SQL: @@ -735,7 +735,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre Importing Authority Records migratingimporting authority records The following procedure explains how to export Evergreen bibliographic records into MARC files using the marc_export support script. All steps should be performed by the - opensrf user from your Evergreen server. + opensrf user from your Evergreen server. Importing Authority Records from Command Line The major advantages of the command line approach are its speed and its convenience for system administrators who can perform bulk loads of authority records in a diff --git a/2.0/admin/migratingdata_2.0.xml b/2.0/admin/migratingdata_2.0.xml index 92596434b9..591af24580 100644 --- a/2.0/admin/migratingdata_2.0.xml +++ b/2.0/admin/migratingdata_2.0.xml @@ -670,7 +670,7 @@ COMMIT; Exporting Bibliographic Records into MARC files migratingexporting bibliographic recordsMARC The following procedure explains how to export Evergreen bibliographic records into MARC files using the marc_export support script. All steps should be - performed by the opensrf user from your Evergreen server. + performed by the opensrf user from your Evergreen server. Create a text file list of the Bibliographic record IDs you would like to export from Evergreen. One way to do this is using SQL: @@ -705,7 +705,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre - Processing time for exporting records will depends on several factors such as the number of records you are exporting. It is recommended that you divide the + Processing time for exporting records depends on several factors such as the number of records you are exporting. It is recommended that you divide the export ID files (records.txt) into manageable number of records if you are exporting a large number of records. @@ -714,7 +714,7 @@ SELECT DISTINCT bre.id FROM biblio.record_entry AS bre Importing Authority Records migratingimporting authority records The following procedure explains how to export Evergreen bibliographic records into MARC files using the marc_export support script. All steps should be performed by the - opensrf user from your Evergreen server. + opensrf user from your Evergreen server. Importing Authority Records from Command Line The major advantages of the command line approach are its speed and its convenience for system administrators who can perform bulk loads of authority records in a -- 2.43.2