ePages 6.11.0 - DE_EPAGES/Product/API/CSV/ProductExportImport.pm

Package DE_EPAGES::CSVExportImport::API::CSV::ProductExportImport

This module implements a handler to export , import products

Package DE_EPAGES::Product::API::CSV::ProductExportImport

Functions

csvExport
new
warningCodes

csvExport

Exports objects to a CSV file.

Syntax
csvExport($Shop, $PathFileName, $hFileFormat);
Input
$Path (string)
Path to shop object
$PathFileName (string)
CSV file name
$hFileFormat (hash)
defines what to export
$ShopAlias (string)
alias of shop
$aObjects (ref.array.integer)
list of objects, if undef all products where exportded

new

create a new csv export driver

Syntax
$Driver= DE_EPAGES::Product::API::CSV::ProductExportImport->new(%options);
Input
%options (hash)
exporter options
Return
$Exporter (object)
exporter

warningCodes

Returns the warning codes for csv export.

Syntax
$aWarningCodes = $Driver->warningCodes();
Return
$aWarningCodes (array.string)
warning codes