PHP Classes
elePHPant
Icontem

CSV Reader: Parse a CSV file and its data rows

Recommend this page to a friend!

  Author Author  
Picture of Nicolas BUI
Name: Nicolas BUI <contact>
Classes: 1 package by
Country: France France


  Detailed description   Download Download .zip .tar.gz  
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 "

  Classes of Nicolas BUI  >  CSV Reader  >  Download Download .zip .tar.gz  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: CSV Reader
Base name: csvreader
Description: Parse a CSV file and its data rows
Version: -
PHP version: -
License: GNU General Public License (GPL)
 
  Groups   Screenshots Screenshots   Trackback   Applications   Files Files  

  Groups  
Group folder image Files and Folders Listing, accessing and manipulating files and folders View top rated classes

  Files folder image Screenshots  
csv_sample.gif
File Role Description
Accessible without login Image file csv_sample.gif Screen Sample output


  Pages that reference this package  
External library Download
CSVReader (CSV class analysis)...
PHP on a CSV string into an array format
-

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
No pages of applications that use this class were specified.

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

  Files folder image Files  
File Role Description
Plain text file CSVReader.php Class the main CSVParser class
Plain text file FileReader.php Class a file reader class use with CSVReader to extract data from file
Plain text file FilterReader.php Class Parent class use by CSVReader
Plain text file Reader.php Class Top interface use by FileReader and CSVReader
Plain text file sample.csv Data Sample CSV data file from ferc.gov
Plain text file sample.php Example Sample use

Download Download all files: csvreader.tar.gz csvreader.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.