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
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 |
|
writeLines
Writes one line to the CSV file for each element of items.
Syntax |
$self->writeLines(); |