FileProcessingModeEnum::getAppendMode()
Method: No description found
FileProcessingModeEnum::getAppendMode Read More »
Method: No description found
FileProcessingModeEnum::getAppendMode Read More »
Method: Detect separator using a nonstandard hack: such file starts with the first line containing only “sep=;”, where the last character is the separator. Microsoft Excel is able to open such files.
Csv::_get_delimiter_from_sep_row Read More »
Method: Creates a new value of some type
AbstractEnum::__construct Read More »
Method: Auto Auto-Detect Delimiter: Find delimiter by analyzing a specific number of rows to determine most probable delimiter character
Method: Get total number of data rows (exclusive heading line if present) in CSV without parsing the whole data string.
Csv::getTotalDataRowCount Read More »
Method: Internal function to parse CSV strings to arrays.
Csv::_parse_string Read More »