 |
|
Innovation award
 Nominee: 8x |
This class can be used to manipulate data in CSV files as if they are arrays.
It can parse and write CSV files when a class object is accessed with array manipulation functions.
|
|
| Name: |
CSV Iterator |
| Base name: |
csviterator |
| Description: |
Manipulate data in CSV files as if they are arrays |
| Version: |
0.5 |
| PHP version: |
5.0 |
| License: |
MIT/X Consortium License |
| All time users: |
912 users |
| All time rank: |
3419 |
| Week users: |
4 users |
| Week rank: |
674  |
| |
|
 July 2009
Number 6
Prize: One year subscription to the PDF edition of the JSMag magazine |
Often applications need to retrieve or update data in files that can be used by spreadsheet like applications. CSV is a common format that can be used for exchanging simple spreadsheet information.
PHP has built-in functions to read and write data from CSV files, but this class provides a simpler solution to read or writing CSV files.
It provides an interface that lets you handle CSV data rows and columns as arrays, so you can use regular PHP array syntax and functions to access CSV data.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (66.7%) |
- |
Sufficient (66.7%) |
- |
- |
Not sure (50.8%) |
1490 |
| 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 |
|
|