Csv::_detect_and_remove_sep_row_from_data()
Method: Support for Excel-compatible sep=? row.
Method: Support for Excel-compatible sep=? row.
Method: No description found
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
Method: Constructor Class constructor
Method: Enclose values if needed – only used by unparse()
Class: Class FileProcessingEnum
Method: No description found
Method: Check file data
Method: No description found
Method: Parse Parse a CSV file or string
Method: Check if passed info might be delimiter Only used by find_delimiter
Class: No description found
Method: Save Save changes, or write a new file and/or data
Method: Read local file.
Method: No description found
Method: Output Generate a CSV based string for output.
Method: Write to local file
Class: No description found
Method: Encoding Convert character encoding
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.