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
- Kazuyoshi Tlacaelel (ktlacaelel) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.7.2)
Releases
- 1.0.1 (stable, 2010-02-12)
Release notes
License: MIT
first stable release
- 1.0.0 (stable, 2009-04-29)
- 0.2.7 (beta, 2009-03-09)
- 0.2.6 (beta, 2009-03-03)
- 0.2.5 (beta, 2009-02-23)
- 0.2.4 (beta, 2009-01-30)
- 0.2.3alpha (alpha, 2008-12-19)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #15581 | Closed | Doc | 0.2.3alpha | 2009-01-09 | documentation.wiki file is old |
| #15582 | Closed | Req | 0.2.3alpha | 2009-01-09 | walkers for column, grid, and row. Need more tests |
| #15930 | Closed | Bug | 2009-02-23 | remove generated files by patch | |
| #15973 | Closed | Bug | 2009-03-03 | appendRow" fails when there is no rows | |
| #15998 | Closed | Bug | 0.2.6 | 2009-03-09 | Patch does not work: tempnam returns NULL |
| #16972 | Closed | Bug | 1.0.0 | 2010-01-06 | symmetrize() does not compute the $max_length correctly and thus breaks. |
| #17201 | Open | Req | 1.0.1 | 2010-03-07 | records ident with getAsymmetricRows() report |
| #18747 | Open | Bug | 1.0.1 | 2011-08-21 | Filter columns with $csv->connect($array) |