PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_CSV

Read and write of CSV files

This package is unmaintained.

Download latest release 1.0.0 (archived versions might be outdated)

License: New BSD

Description

Read and write of CSV files as well as discovering the format the CSV file is in.

Supports headers and is excel compatible, i.e. ="0004" outputs as 0004 (only read wise)

For more information on CSV: http://rfc.net/rfc4180.html

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#3935AssignedReq2005-03-23File_CSV::read should optionally ignore field count
#5257ClosedBug2005-08-31File_CSV: delimiter problem if first field is empty
#5652BogusBug2005-10-10Static $config causes error with several CSV-objects
#7742OpenReq2006-05-28CSV string parsing
#11526ClosedBug1.3.02007-07-05DiscoverFormat returns wrong nr of fields
#11892ClosedBug2007-08-22File_CSV performance severely hurt
#12275OpenReqCVS2007-10-19Allow using file pointers directly
#12276OpenReqCVS2007-10-19allow php:// files
#12277ClosedBugCVS2007-10-19No release yet
#12278ClosedDocCVS2007-10-19no docs for File_CSV
#12485ClosedBug2007-11-20Triple quotes handled incorrectly
#13231DuplicateBug2008-02-27File_CSV::readQuoted parse error on empty field in first line
#13332BogusBug2008-03-07Fails to correctly read quoted values followed by a comma.
#14030ClosedBug2008-05-30File_CSV::write() does not correctly quote field values
#14117DuplicateBug2008-06-10Error with quoted fields and separators
#14118ClosedBug2008-06-10Error with quoted fields and separators
#15123ClosedBug2008-11-21Broken CSV unit tests
#15233ClosedBug1.0.0alpha12008-12-04discoverFormat finds wrong separator
#18014BogusReqSVN2010-10-30Show image in excel sheet
#18049ClosedBug1.0.0alpha12010-11-12discoverFormat bug, Find all seps that are within qoutes
#18111ClosedBug1.0.0alpha12010-12-10discoverFormat: Quote not detected in short lines
#18358ClosedBug1.0.0alpha12011-03-10Headers incorrectly being applied to quoted rows only
#18765BogusBug1.0.02011-08-29While Loop Stopping Short
#19041ClosedBug2011-11-15remove error_reporting (for PEAR QA team)
#19255OpenBug1.0.02012-01-29bug13332.phpt fails with PHP 5.4
#19510OpenReq1.0.02012-07-17field escape and row terminated elements added to discoverFormat returned array