PHP Classes

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    
Ratings Unique User Downloads Download Rankings
StarStarStar 56%Total: 3,149 All time: 1,142 This week: 156Up
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
Age: 45
All time rank: 91114 in Australia Australia
Week rank: 333 Up4 in Australia Australia Up

  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,149
This week:0
All time:1,142
This week:156Up
User Ratings User Comments (2)
 All time
Utility:80%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:80%StarStarStarStarStar
Tests:-
Videos:-
Overall:56%StarStarStar
Rank:1704
 
Excellent
13 years ago (kishore kumar)
70%StarStarStarStar
The code is very professionally commented.
15 years ago (Mike D.)
70%StarStarStarStar