<emphasis class="bold">TRUNCATE TABLE staging_items;</emphasis>\r
\r
<emphasis class="bold">INSERT INTO staging_items (</emphasis>egid, hseq, l_callnum, l_barcode, \r
-l_location, l_owning_lib, l_circ_modifier <emphasis>FROM stdin;</emphasis> \r
+l_location, l_owning_lib, l_circ_modifier<emphasis>) FROM stdin;</emphasis> \r
40 0 HD3616.K853 U54 1997 30731100751928 STACKS FENNELL BOOK\r
41 1 HV6548.C3 S984 1998 30731100826613 STACKS FENNELL BOOK\r
41 2 HV6548.C3 S984 1998 30731100804958 STACKS BRANTFORD BOOK\r
-<emphasis>COMMIT;</emphasis>\r
+<emphasis>\.\r
+\r
+COMMIT;</emphasis>\r
</programlisting>\r
<para>This file can be used for importing holdings into Evergreen. the <database class="field">egid</database> is a critical column. It is used to link the volume and \r
copy to the bibliographic record. Please refer to <link linkend="migratingbibrecordcopies">for the steps to import your holdings into Evergreen.</link></para> \r
JOIN asset.copy_location cl\r
ON (ou.id = cl.owning_lib AND l.l_location = cl.name)\r
JOIN metabib.real_full_rec m \r
- ON (m.value = l.egid)\r
+ ON (m.record = l.egid)\r
JOIN asset.call_number cn\r
ON (ou.id = cn.owning_lib \r
AND m.record = cn.record \r
<emphasis class="bold">TRUNCATE TABLE staging_items;</emphasis>\r
\r
<emphasis class="bold">INSERT INTO staging_items (</emphasis>egid, hseq, l_callnum, l_barcode, l_location, \r
-l_owning_lib, l_circ_modifier <emphasis>FROM stdin;</emphasis> \r
+l_owning_lib, l_circ_modifier) <emphasis>FROM stdin;</emphasis> \r
40 0 HD3616.K853 U54 1997 30731100751928 STACKS FENNELL BOOK\r
41 1 HV6548.C3 S984 1998 30731100826613 STACKS FENNELL BOOK\r
41 2 HV6548.C3 S984 1998 30731100804958 STACKS BRANTFORD BOOK\r
-<emphasis>COMMIT;</emphasis>\r
+<emphasis>\.\r
+\r
+COMMIT;</emphasis>\r
</programlisting>\r
<para>This file can be used for importing holdings into Evergreen. the <database class="field">egid</database> is a critical column. It is used to link the volume and \r
copy to the bibliographic record. Please refer to <link linkend="migratingbibrecordcopies">for the steps to import your holdings into Evergreen.</link></para> \r
JOIN asset.copy_location cl\r
ON (ou.id = cl.owning_lib AND l.l_location = cl.name)\r
JOIN metabib.real_full_rec m \r
- ON (m.value = l.egid)\r
+ ON (m.record = l.egid)\r
JOIN asset.call_number cn\r
ON (ou.id = cn.owning_lib \r
AND m.record = cn.record \r