Files and Folders: CSV Tokenizer
Blaine Simpson (contact me)
This class can be used to parse CSV files (Comma-Separated-Value used by Excel and other spreadsheet programs.
It works by splitting the data of CSV lines into tokens in a similar way to the PHP strtok function, but all delimiters are significant, i.e. consecutive delimiters are not globbed into one, and empty string tokens are permitted.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (65.0%)
| Good (85.0%)
| -
| -
| -
| -
| Not sure (41.0%)
| 1626 |
Click here for detailed information about this class on phpclasses.org