Package DE_EPAGES::ProductPortal::API::CSV::ProductPortalExportImport
This module implements a handler to export products to csv for REST portals
Base |
DE_EPAGES::Product::API::CSV::ProductExportImport |
Functions
csvAttributes
Return list of exportable csv attributes.
Syntax |
csvAttributes( $Shop, $LocaleID, $aLanguageCode2s ); |
Input |
|
Return |
|
csvExport
It is overwritted just to send the nooutput attribute to the method exportDriver
Syntax |
$Driver->csvExport($Shop, $PathFileName, $hFileFormat, $aObjects); |
Input |
|
exportDriver
Controls the driver package that will be returned in order to hide the monitor output and return the specified driver package
Syntax |
$Driver->exportDriver(); |
Return |
|