UserParser

Importing class to get users from a CSV file

author

LimeSurvey GmbH info@limesurvey.org

license

GPL3.0

package

Default

Methods

Function to get the delimiter of a Csv file

detectCsvDelimiter(string $csvFile): string
static

Arguments

$csvFile

string

Path to the CSV file

Response

string

Delimiter

reads an uploaded csv file

getDataFromCSV(array $FILES): array
static

Arguments

$FILES

array

PHP Global $_FILES

Response

array

Liste der hinzuzufügenden Nutzer

reads an uploaded json file

getDataFromJSON(array $FILES): array
static

Arguments

$FILES

array

PHP Global $_FILES

Response

array

List of users to create