Package DE_EPAGES::Shop::API::CSV::ShopExportDriver
This module implements a handler to export shop content via csv
Base |
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver |
Example |
use DE_EPAGES::Shop::API::CSV::ShopExportDriver; DE_EPAGES::Shop::API::CSV::ShopExportDriver->exportCSV($FileName, $hFileFormat, $aColumns, $Shop, $aObjects ); |
Functions
getValues
returns the values of the attributes from function columns(), uses function getObjectAttributeValue, formats the value via function DE_EPAGES::CSVExportImport::API::Tools::FormatValue()
Syntax |
my $aValues = $self->getValues; |
Return |
|