ePages 7.21.0 - DE_EPAGES/Ebay/API/CSV/EbayAuctionExportDriver.pm

Package DE_EPAGES::Ebay::API::CSV::EbayAuctionExportDriver

This module implements a handler to export ebay auction data to a CVS file. See DE_EPAGES::Customer::API::CSV::CustomerExportImport for usage examples.

Base
DE_EPAGES::ShopCSVExportImport::API::CSV::ShopObjectExportDriver

Functions

getValues
writeLines

getValues

returns the values of the attributes from function columns(), uses function getObjectAttributeValue, formats the value via function DE_EPAGES::CSVExportImport::API::Tools::FormatValue()

Syntax
my $aValues = $self->getValues;
Return
$aValues (ref.array.scalar)
values of attributes ($self->columns) for object

writeLines

Writes one line to the CSV file for each element of items.

Syntax
$self->writeLines();