FacturaScripts

CSVImport extends CSVImport
in package

Class created by Core/Internal/PluginsDeploy

Table of Contents

Methods

getTableFilePath()  : string
Return the correct filepath for the table
importFileSQL()  : string
Return the insert SQL reading a CSV file for the specific file
importTableSQL()  : string
Return the insert SQL reading a CSV file for the specific table
updateTableSQL()  : string

Methods

getTableFilePath()

Return the correct filepath for the table

public static getTableFilePath(string $table) : string
Parameters
$table : string
Return values
string

importFileSQL()

Return the insert SQL reading a CSV file for the specific file

public static importFileSQL(string $table, string $filePath[, bool $update = false ]) : string
Parameters
$table : string
$filePath : string
$update : bool = false
Return values
string

importTableSQL()

Return the insert SQL reading a CSV file for the specific table

public static importTableSQL(string $table) : string
Parameters
$table : string
Return values
string

updateTableSQL()

public static updateTableSQL(string $table) : string
Parameters
$table : string
Return values
string

        
On this page

Search results