Package DE_EPAGES::ShopConfiguration::API::ShopExportCSV
Functions for exporting the status of shops.
@EXPORT_OK |
Functions
ExportShopStatusByProvider
Exports shop status data of one database to a CSV file.
Syntax |
@Errors = ExportShopStatusByProvider($Provider, $FileName, $hConfig); |
Input |
|
Return |
|
ExportShopStatusByStore
Exports shop status data of one database to a CSV file.
Syntax |
ExportShopStatusByStore($Store, $FileName, $hConfig, $hCommonValues); |
Example |
ExportShopStatusByStore($Store, $FileName, undef, { Provider => 'Papa' }); |
Input |
|
ShopExportCSVConfig
Gets configuration parameters for the shop CVS export from the file "$ENV{'EPAGES_CONFIG'}/ShopExportCSV.conf".
Syntax |
$hConfig = ShopExportCSVConfig($Section); |
Input |
|
Return |
|