21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 117 Views |
-
CsvBulkLoader with retaining dataobject ID

4 October 2012 at 3:49pm
Hi,
I have extended the CsvBulkLoader to import csv but am having an issue with regards to retaining the original ID of the dataobject imported.
The csv to import has a column "ReferenceID" but when I provide the following column map:
public $columnMap = array(
'ReferenceID' => 'ID',
//...
);
The import creates 2 entries instead of 1 per row of csv, with some data attached to the first entry and other data attached to the 2nd entry (with the correct retained ID)How should I proceed to implement the loader with retain of the object ID?
Thanks!
| 117 Views | ||
|
Page:
1
|
Go to Top |

