Documentation

csvUtils

CSV import article utils

Tags
author

Stefan Seehafer sea75300@yahoo.de

copyright

(c) 2023, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

since
5.2.0-a1

Table of Contents

assignCsvRow()  : bool
Assigns csv row to internal fields
getFields()  : array<string|int, mixed>
Fetch fields for mapping

Methods

assignCsvRow()

Assigns csv row to internal fields

public assignCsvRow(array<string|int, mixed> $csvRow) : bool
Parameters
$csvRow : array<string|int, mixed>
Tags
since
4.5-b8
Return values
bool

getFields()

Fetch fields for mapping

public getFields() : array<string|int, mixed>
Tags
since
4.5-b8
Return values
array<string|int, mixed>

Search results