Author: mcantelon
Date: Fri Mar 30 16:22:37 2012
New Revision: 11332

Log:
Added more RAD columns to import.

Modified:
   trunk/lib/task/import/csvImportTask.class.php

Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php       Fri Mar 30 16:21:54 
2012        (r11331)
+++ trunk/lib/task/import/csvImportTask.class.php       Fri Mar 30 16:22:37 
2012        (r11332)
@@ -112,12 +112,13 @@
         'scopeAndContent',
         'extentAndMedium',
         'acquisition',
+        'descriptionIdentifier',
+        'rules',
         'accessConditions',
         'locationOfCopies',
         'locationOfOriginals',
         'relatedUnitsOfDescription',
-        'edition',
-        'archivalHistory',
+        'radArchivalHistory',
         'arrangement',
         'findingAids',
         'sources',
@@ -144,22 +145,25 @@
          ),
       */
       'columnMap' => array(
-        'parallelTitle' => 'alternateTitle'
+        'parallelTitle' => 'alternateTitle',
+        'radEdition' => 'edition',
+        'institutionIdentifier' => 'institutionResponsibleIdentifier'
       ),
 
       /* import columns that can be added using the
          QubitInformationObject::addProperty method */
       'propertyMap' => array(
-        'radOtherTitleInformation'           => 'otherTitleInformation',
-        'radStatementOfProjection'           => 'statementOfProjection',
-        'radStatementOfCoordinates'          => 'statementOfCoordinates',
-        'radStatementOfResponsibility'       => 
'titleStatementOfResponsibility',
-        'radStatementOfScaleArchitectural'   => 
'statementOfScaleArchitectural',
-        'radStatementOfScaleCartographic'    => 'statementOfScaleCartographic',
-        'radIssuingJurisdiction'             => 
'issuingJurisdictionAndDenomination',
-        'radTitleProperOfPublishersSeries'   => 
'titleProperOfPublishersSeries',
-        'radNumberingWithinPublishersSeries' => 
'numberingWithinPublishersSeries',
-        'radStandardNumber'                  => 'standardNumber'
+        'radOtherTitleInformation'            => 'otherTitleInformation',
+        'radStatementOfProjection'            => 'statementOfProjection',
+        'radStatementOfCoordinates'           => 'statementOfCoordinates',
+        'radStatementOfResponsibility'        => 
'titleStatementOfResponsibility',
+        'radStatementOfScaleArchitectural'    => 
'statementOfScaleArchitectural',
+        'radStatementOfScaleCartographic'     => 
'statementOfScaleCartographic',
+        'radIssuingJurisdiction'              => 
'issuingJurisdictionAndDenomination',
+        'radEditionStatementOfResponsibility' => 
'editionStatementOfResponsibility',
+        'radTitleProperOfPublishersSeries'    => 
'titleProperOfPublishersSeries',
+        'radNumberingWithinPublishersSeries'  => 
'numberingWithinPublishersSeries',
+        'radStandardNumber'                   => 'standardNumber'
       ),
 
       /* import columns that can be added as QubitNote objects */

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to