ePages 6.17.15 - DE_EPAGES/ShopTransfer/API/Export.pm

Package DE_EPAGES::ShopTransfer::API::Export

Exporter for the shop tranfer

Functions

exportTable

exportTable

Exports all objects of a site from a database table to a file.

Syntax
$Exported = $dbi->exportTable($Table, $SiteID, $hOptions);
Input
$Table (string)
table name
$SiteID (integer)
site id
$hOptions (ref.hash)

  • outPath - output directory - string
  • encoding - character encoding - string
Return
$Exported (boolean)
true if the table was exported, false if the export
file already exists