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.
|
|
| Name: |
CSV Tokenizer |
| Base name: |
csvtokenizer |
| Description: |
Parse CSV files tokening data lines |
| Version: |
- |
| PHP version: |
- |
| License: |
BSD License |
| All time users: |
1855 users |
| All time rank: |
1896 |
| Week users: |
1 user |
| Week rank: |
2151  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (79.2%) |
- |
- |
- |
- |
Insufficient (39.2%) |
2061 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| AIM |
Required |
Parse Authorize.net responses |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|