Author: mcantelon
Date: Fri Mar 30 14:48:56 2012
New Revision: 11330

Log:
Added import support for a number of RAD fields.

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 14:46:33 
2012        (r11329)
+++ trunk/lib/task/import/csvImportTask.class.php       Fri Mar 30 14:48:56 
2012        (r11330)
@@ -150,9 +150,13 @@
       /* import columns that can be added using the
          QubitInformationObject::addProperty method */
       'propertyMap' => array(
+        'radOtherTitleInformation'           => 'otherTitleInformation',
+        'radStatementOfProjection'           => 'statementOfProjection',
+        'radStatementOfCoordinates'          => 'statementOfCoordinates',
         'radStatementOfResponsibility'       => 
'titleStatementOfResponsibility',
-        'statementOfScaleArchitectural'      => 
'statementOfScaleArchitectural',
-        'radStatementOfScaleCartographic'       => 
'statementOfScaleCartographic',
+        'radStatementOfScaleArchitectural'   => 
'statementOfScaleArchitectural',
+        'radStatementOfScaleCartographic'    => 'statementOfScaleCartographic',
+        'radIssuingJurisdiction'             => 
'issuingJurisdictionAndDenomination',
         'radTitleProperOfPublishersSeries'   => 
'titleProperOfPublishersSeries',
         'radNumberingWithinPublishersSeries' => 
'numberingWithinPublishersSeries',
         'radStandardNumber'                  => 'standardNumber'

-- 
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