Csv::_check_data()
Method: Check file data
Method: Enclose values if needed – only used by unparse()
Csv::_enclose_value Read More »
Method: Validates if the row is within the offset or not if sorting is disabled
Csv::_validate_offset Read More »
Method: Validate a row against a single condition
Csv::_validate_row_condition Read More »
Method: Validate a row against specified conditions
Csv::_validate_row_conditions Read More »
Method: Load local file or string.
Method: No description found
Csv::_validate_fields_for_unparse Read More »
Method: Create CSV data string from array
Method: Internal function to parse CSV strings to arrays.
Csv::_parse_string Read More »
Method: Parse File Read file to string and call _parse_string()
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: Auto Auto-Detect Delimiter: Find delimiter by analyzing a specific number of rows to determine most probable delimiter character
Method: Encoding Convert character encoding
Method: Output Generate a CSV based string for output.
Method: Save Save changes, or write a new file and/or data
Method: Parse Parse a CSV file or string
Method: Constructor Class constructor
Method: Check if string is date.
DatatypeEnum::isValidDate Read More »
Method: Check if string is boolean.
DatatypeEnum::isValidBoolean Read More »