Browse: Home /

Source Files: includes/lib/parsecsv-for-php/src/Csv.php

Csv::getCollection()

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::_get_delimiter_from_sep_row()

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::auto()

Method: Auto Auto-Detect Delimiter: Find delimiter by analyzing a specific number of rows to determine most probable delimiter character