ImportCsv
class ImportCsv extends AbstractImportCsv (View source)
Handles the import for the CSV format
Properties
protected ImportPluginProperties | $properties | Object containing the import plugin properties. |
from ImportPlugin |
protected Import | $import | from ImportPlugin |
Methods
Handles the whole import logic
Gets the import specific format plugin properties
Sets the export plugins properties and is implemented by each import plugin.
No description
Read the expected column_separated_with String of length $csv_terminated_len from the $buffer into variable $ch and return the read string $ch
Details
final
__construct()
No description
protected void
init()
Plugin specific initializations.
array
doImport(File|null $importHandle = null)
Handles the whole import logic
PluginPropertyItem
getProperties()
Gets the import specific format plugin properties
protected ImportPluginProperties
setProperties()
Sets the export plugins properties and is implemented by each import plugin.
static bool
isAvailable()
No description
void
setImportOptions(ServerRequest $request)
No description
final protected OptionsPropertyMainGroup
getGeneralOptions()
No description
string
getName()
No description
string
readCsvTerminatedString(string $buffer, string $ch, int $i, int $csvTerminatedLen)
Read the expected column_separated_with String of length $csv_terminated_len from the $buffer into variable $ch and return the read string $ch