This class can parse CSV files and extract the data in their rows implementing a Reader interface similar to what exists for Java.
It provides a line per line extraction for efficient processing.
Features :
- Support standard CSV features
- A cell containing special caracters must be surrounded by ".
- Inserting a " can be done throught escaping ( \" ) or preceding by another double quote ( "" )
- A cell with new line characters inside must be surrounded by double quote "
|
|
| Name: |
CSV Reader |
| Base name: |
csvreader |
| Description: |
Parse a CSV file and its data rows |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
4478 users |
| All time rank: |
543 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
| |
Screenshots |
|
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (86.4%) |
Sufficient (77.3%) |
- |
Sufficient (77.3%) |
- |
- |
Not sure (58.6%) |
940 |
| Month: |
Not yet rated by the users |
| |
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 |
|
|