Found more typos.
authorRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Thu, 16 Sep 2010 18:44:37 +0000 (14:44 -0400)
committerRobert Soulliere <rsoulliere@libdog.mohawkcollege.ca>
Thu, 16 Sep 2010 18:44:37 +0000 (14:44 -0400)
1.6/admin/migratingdata.xml

index d5b0e4e..d9844fe 100644 (file)
                system since this process may vary depending on where you are extracting your patron records. Patron could come from an ILS or it could come from a student database in the case of \r
                academic records.               \r
                </para>\r
-               <para>\r
-               This section will explain the task of migrating your patron data from Comma Delimited Files into Evergreen. It does not deal with the process of exporting from the non-Evergreen \r
-               system since this process may vary depending on where you are extracting your patron records. Patron could come from an ILS or it could come from a student database in the case of \r
-               academic records.The Comma Delimited File used for importing the records should use Unicode (UTF8) character encoding.                  \r
-               </para>\r
                <para>When importing records into Evergreen you will need to populate 3 tables in your Evergreen database:</para>\r
                <itemizedlist>\r
                        <listitem><link linkend="actor.table.usr">actor.usr</link> - This is the main table for user data</listitem>\r
@@ -32,7 +27,8 @@
                in your import. It is important to understand the data types and constraints of the fields.</para>\r
                <procedure>\r
                        <step>\r
-                               <para>Export the patron data from your existing ILS or from another source into a Comma Delimited File.</para>\r
+                               <para>Export the patron data from your existing ILS or from another source into a Comma Delimited File. The Comma Delimited File used for importing the records should \r
+                               use Unicode (UTF8) character encoding.</para>\r
                        </step>\r
                        <step>\r
                                <para>Create a staging table. A staging table will allow you to tweak the data before importing. Here is an example sql statement:</para>\r