PHP Classes
elePHPant
Icontem

csv_bv: Retrieve data from CSV files (Ms Excel too)

Recommend this page to a friend!
  Info   View files Example   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2006-05-15 (10 years ago) RSS 2.0 feedStarStarStar 56%Total: 3,077 All time: 1,135 This week: 1,068Up
Version Licenses PHP version Categories
csv_bv 1.0.0BSD License, GNU ...3Files and Folders
Description Author

This class can be used to parse and retrieve data from CSV files either in the standard or MS Excel format.

Two methods are provided to either process the file a line at a time or return the whole csv file as an array

It can:

- Handle line breaks within quoted fields
- Support different character separator (usually a comma or semicolon) in quoted fields
- Optionally remove leading and trailing white spaces and tabs
- Optionally skip empty rows
- Support Windows and Unix line breaks (care must be taken with Macintosh format)
- Remove escape characters

Picture of Ben Vautier
Name: Ben Vautier <contact>
Classes: 2 packages by
Country: Australia Australia

  Files folder image Files  
File Role Description
Accessible without login Plain text file class.csv_bv.php Class main CSV parser class
Plain text file example.php Example Simple example
Plain text file test.csv Data csv test file

 Version Control Unique User Downloads Download Rankings  
 0%
Total:3,077
This week:0
All time:1,135
This week:1,068Up
User Ratings User Comments (2)
 All time
Utility:80%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:80%StarStarStarStarStar
Tests:-
Videos:-
Overall:56%StarStarStar
Rank:1464
 
Excellent
7 years ago (kishore kumar)
70%StarStarStarStar
The code is very professionally commented.
8 years ago (Mike D.)
70%StarStarStarStar