Releases for CSV Parser
parser_csv 6.x-1.0-alpha2
alex_b - April 10, 2009 - 16:03
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.0-alpha2.tar.gz | 13.07 KB | 205b61dfe097b3114071c7b321d33b87 |
Official release from CVS tag: DRUPAL-6--1-0-ALPHA2
Last updated: April 10, 2009 - 16:05
Changes:
- Use jpetso's CSV parser (parser_csv_parser.inc).
- Don't read entire file into memory: Download CSV file with curl to tmp directory and use a file iterator to read csv file.
- Remove field mapper, rely on feed element mapper instead.
- #355129: require_once to be on the safe side. Thanks alan for reporting.
- #363247, #365562 gionnibgud, KarenS - respect delimiter settings.
- #408668 Aron Novak: Process CSV files with one row.
WARNING: Alpha releases mean that compatibility between releases is not guaranteed. This release is not compatible with the 6.x 1.0 alpha 1.
parser_csv 6.x-1.x-dev
alex_b - January 5, 2009 - 15:59
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.x-dev.tar.gz | 13.08 KB | bfc714c34a68f0bfa71732706d9061da |
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: May 9, 2009 - 00:17
Developer version.
parser_csv 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.0-alpha1.tar.gz | 10.82 KB | 9c411ee04b11bd3aca9b6d213859e3d3 |
Official release from CVS tag: DRUPAL-6--1-0-ALPHA1
Last updated: December 2, 2008 - 00:00
Alpha 1 release. Features and limitations:
- Supports CSV and zipped CSV files
- Works off entire CSV files, if they are getting long, your import process might get very slow. There is no way of stopping and picking up where left off yet.
- Format: string should not use quotation marks as delimiters, column delimiter must be comma (,)
- Contains a rudimentary mapper that could fall altogether if #341377: Mapper for node title, body, etc is resolved.
