Package DE_EPAGES::Customer::API::CSV::CustomerImportHandler
This module implements a handler to export customer data to a CVS file. See DE_EPAGES::Customer::API::CSV::CustomerExportImport for usage examples.
Base |
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectImportHandler |
Functions
baseAttributeClassAlias
return Base AttributeClass Alias, here : 'CustomerClass'
Syntax |
$self->baseAttributeClassAlias(); |
Return |
|
getUsedAttribute
return attribute info, called by analyzeHeaderLine throws Error 'UNKNOWN_ATTR' if $hHeader->{'AliasString'} isn't a key of $self->attributes call function testHeaderColumn before return $hAttribute
Syntax |
$self->getUsedAttribute($HeaderString, $ColumnIndex); |
Input |
|
Return |
|
importSpecialData
possibility to import special object data, called by importObject
Syntax |
$self->importSpecialData($Object, $hAttributeValues); |
Input |
|