ePages 6.10 - DE_EPAGES/Newsletter/API/CSV/AddresseeExportImport.pm

Package DE_EPAGES::Newsletter::API::CSV::AddresseeExportImport

This module implements a handler to export objects

Example
use DE_EPAGES::Newsletter::API::CSV::AddresseeExportImport;
my $Driver = DE_EPAGES::Newsletter::API::CSV::AddresseeExportImport->new();
$Driver->importCSV(...);

Functions

csvImport
new

csvImport

Import addressees from a CSV file.

Syntax
csvImport($Campaign, $PathFileName, $hFileFormat);
Input
$Path (string)
Path to shop object
$PathFileName (string)
CSV file name
$hFileFormat (hash)
defines what to import

new

create a new csv export driver

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