Csv::_detect_and_remove_sep_row_from_data()
Method: Support for Excel-compatible sep=? row.
Csv::_detect_and_remove_sep_row_from_data Read More »
Method: Support for Excel-compatible sep=? row.
Csv::_detect_and_remove_sep_row_from_data Read More »
Method: getCollection Returns a Illuminate/Collection object This may prove to be helpful to people who want to create macros, and or use map functions
Csv::getCollection 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 »
Method: Checks data type for given string.
DatatypeEnum::getValidTypeFromSample Read More »
Method: Check if string is float value.
DatatypeEnum::isValidFloat Read More »
Method: No description found
Csv::_validate_fields_for_unparse Read More »
Method: Check if string is integer value.
DatatypeEnum::isValidInteger Read More »
Method: Check if string is boolean.
DatatypeEnum::isValidBoolean Read More »
Method: Validate a row against specified conditions
Csv::_validate_row_conditions Read More »