Home » Structures » Structures_DataGrid_DataSource_CSV
DataSource driver using CSV files
This package is unmaintained.
Download latest release 0.1.6 (archived versions might be outdated)
License: New BSD
Description
This is a DataSource driver for Structures_DataGrid using CSV files.
Maintainers
- Andrew S. Nagy (asnagy) — lead, inactive
- Olivier Guilyardi (olivierg) — lead, active
- Mark Wiesemann (wiesemann) — lead, active
Dependencies
Required
- PHP (>= 4.3.2)
- PEAR Installer (>= 1.5.0)
- Structures_DataGrid (>= 0.7.0)
- Structures_DataGrid_DataSource_Array (>= 0.1.0)
Releases
- 0.1.6 (beta, 2007-12-18)
Release notes
License: New BSD
- Bug #10911: CSV parser failed on fields contained the delimiter character;
PHP's fgetcsv() is now used for parsing CSV data
(thanks to Dave Greco)
- new option 'enclosure' that allows to specify the field enclosure character - 0.1.5 (beta, 2007-05-15)
- 0.1.4 (beta, 2006-12-16)
- 0.1.3 (beta, 2006-07-25)
- 0.1.2 (beta, 2006-07-20)
- 0.1.1 (beta, 2006-06-29)
- 0.1.0 (beta, 2006-06-19)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #8054 | Closed | Req | CVS | 2006-06-28 | Compatibility for tab delimited text |
| #8252 | Closed | Req | 0.1.1 | 2006-07-19 | Allow head line in CSV to produce nice associative array |
| #8271 | Closed | Bug | 0.1.2 | 2006-07-24 | bind() fails, if $csv parameter is a string longer than 255 characters |
| #8272 | Closed | Req | 0.1.2 | 2006-07-24 | Set fields not as array_keys of the first row, but as keys of the longest row |
| #9927 | Bogus | Bug | 2007-01-23 | Custom delimiter doesn't work | |
| #10304 | No Feedback | Bug | 0.1.4 | 2007-03-08 | Tab Delimited Files are having fields removed by rtrim |
| #10911 | Closed | Bug | 2007-05-02 | DataSource::CSV does not have a very good CSV parser | |
| #10970 | Duplicate | Bug | 0.1.4 | 2007-05-07 | Escaping delimiter is not possible |
| #17261 | Feedback | Bug | 0.1.6 | 2010-03-24 | Warning about absent enclosure character |