Package DE_EPAGES::ShoppingCom::API::CSV::ShoppingComProductsExportDriver
This module implements a csv driver to export object ShoppingCom products
Example |
use DE_EPAGES::ShoppingCom::API::CSV::ShoppingComProductsExportDriver; my $Driver = DE_EPAGES::ShoppingCom::API::CSV::ShoppingComProductsExportDriver->new( Handler => $Handler ); $Driver->exportCSV; |
Functions
exportCSV
exports data (2 dim. array) into a file. sets default file format parameters : sep_char = "|" , always_quote = 1 , encoding = encoding(utf-8)
Syntax |
$Exporter->exportCSV($FileName, $hFormat, $aColumns, $ViewObject, $aObjects ); |
Input |
|
isProductValidPortal
Throws error if product can't be exported due to missing mandatory fields.
Syntax |
$self->isProductValidPortal($Product); |
Input |
|