ePages 7.48.0 - DE_EPAGES/PriceList/API/CSV/PriceListSimpleExportImport.pm

Package DE_EPAGES::PriceList::API::CSV::PriceListSimpleExportImport

This module implements the high level interface for import and export of PriceLists to CSV files. This is a simplified version of the base exporter that uses a fixed pricelist and has only a subset of the columns.

Functions

csvAttributes
exportDriver
importDriver

csvAttributes

Return list of exportable csv attributes.

Syntax
my $aCSVAttributes = $Driver->csvAttributes($Shop, $LocaleID, $aLanguageCode2s);
Input
$Shop (object)
shop object
$LocaleID (string)
locale identifier (e.g. en_GB)
$aLanguageCode2s (ref.array.string)
array of languages identified by code2
Return
$aAttributes (ref.array.hash)
list of attributes

exportDriver

Return driver package.

Syntax
$Driver->exportDriver();
Return
$DriverPackage (string)
package to driver

importDriver

Return driver package.

Syntax
$Driver->importDriver();
Return
$DriverPackage (string)
package to driver