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_DataSource

Simple data access object for csv files in php5.

This package is unmaintained.

Download latest release 1.0.1 (archived versions might be outdated)

License: MIT

Description

Simple data access object for csv files in php5.

by Kazuyoshi Tlacaelel.

Takes the data from a csv file and makes it accessable
through a client-interface.

(NOT a driver of File_CSV) but an independent package.
Please see the dependencies section for more details.

http://code.google.com/p/php-csv-parser/

INSTALL:

$ sudo pear install --force file_csv_datasource

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#15581ClosedDoc0.2.3alpha2009-01-09documentation.wiki file is old
#15582ClosedReq0.2.3alpha2009-01-09walkers for column, grid, and row. Need more tests
#15930ClosedBug2009-02-23remove generated files by patch
#15973ClosedBug2009-03-03appendRow" fails when there is no rows
#15998ClosedBug0.2.62009-03-09Patch does not work: tempnam returns NULL
#16972ClosedBug1.0.02010-01-06symmetrize() does not compute the $max_length correctly and thus breaks.
#17201OpenReq1.0.12010-03-07records ident with getAsymmetricRows() report
#18747OpenBug1.0.12011-08-21Filter columns with $csv->connect($array)