Author: mcantelon
Date: Tue Jan 3 15:12:28 2012
New Revision: 10547
Log:
Specified column to be ignored by import.
Modified:
trunk/lib/task/csvImportTask.class.php
Modified: trunk/lib/task/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/csvImportTask.class.php Tue Jan 3 15:09:09 2012
(r10546)
+++ trunk/lib/task/csvImportTask.class.php Tue Jan 3 15:12:28 2012
(r10547)
@@ -93,7 +93,8 @@
'defaultStatusTypeId' => $defaultStatusTypeId,
'ignoreColumns' => array(
'RECORD_ID',
- 'parentKey'
+ 'parentKey',
+ 'PRI_REC_NO'
),
'standardColumns' => array(
'title',
--
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.