Author: mcantelon
Date: Mon Mar 26 17:17:12 2012
New Revision: 11282
Log:
Made column names more easily remembered.
Modified:
trunk/lib/task/import/csvAuthorityRecordImportTask.class.php
Modified: trunk/lib/task/import/csvAuthorityRecordImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvAuthorityRecordImportTask.class.php Mon Mar
26 15:31:29 2012 (r11281)
+++ trunk/lib/task/import/csvAuthorityRecordImportTask.class.php Mon Mar
26 17:17:12 2012 (r11282)
@@ -140,6 +140,7 @@
/* import columns that map directory to QubitInformationObject
properties */
'standardColumns' => array(
+ 'history'
),
/* import columns that should be redirected to QubitInformationObject
@@ -161,9 +162,8 @@
),
*/
'columnMap' => array(
- 'AuthorizedName' => 'authorizedFormOfName',
- 'History' => 'history',
- 'DatesOfExistence' => 'datesOfExistence'
+ 'name' => 'authorizedFormOfName',
+ 'dates' => 'datesOfExistence'
),
/* 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.