Package DE_EPAGES::LeguideCom::API::CSV::LeguideComProductsExportDriver
This module implements a csv driver to export object LeguideCom products
Example |
use DE_EPAGES::LeguideCom::API::CSV::LeguideComProductsExportDriver; my $Driver = DE_EPAGES::LeguideCom::API::CSV::LeguideComProductsExportDriver->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
return 1 if product is visible and has name and has a price
Syntax |
$self->isProductValidPortal($Product); |