PHP Classes

CSV Iterator: Manipulate data in CSV files as if they are arrays

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 50%Total: 1,117 All time: 3,354 This week: 310Up
Version License PHP version Categories
csviterator 0.5MIT/X Consortium ...5.0PHP 5, Files and Folders, Data types
Description Author

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.

Innovation Award
PHP Programming Innovation award nominee
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
Picture of Sam S
Name: Sam S <contact>
Classes: 9 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 8x

  Files folder image Files  
File Role Description
Accessible without login Plain text file CSVIterator.php Class The class file
Accessible without login Plain text file CSVIterator_test.php Example An example usage
Accessible without login Plain text file streamfunctions.php Aux. A series of support functions

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,117
This week:0
All time:3,354
This week:310Up
User Ratings User Comments (1)
 All time
Utility:75%StarStarStarStar
Consistency:66%StarStarStarStar
Documentation:-
Examples:66%StarStarStarStar
Tests:-
Videos:-
Overall:50%StarStarStar
Rank:2311
 
Thats a very good and useful class !! lol
13 years ago (José Filipe Lopes Santos)
70%StarStarStarStar
 
For more information send a message to info at phpclasses dot org.