parser_csv 6.x-1.0-alpha2
Posted by alex_b on April 10, 2009 at 4:03pm
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.0-alpha2.tar.gz | 13.07 KB | 205b61dfe097b3114071c7b321d33b87 |
| parser_csv-6.x-1.0-alpha2.zip | 15.4 KB | e1e315c37bf89a1829e265119ebca20e |
Last updated: December 24, 2010 - 23:35
Release notes
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
Posted by alex_b on January 5, 2009 at 3:59pm
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.x-dev.tar.gz | 13.04 KB | 7d301e85f29c9badd2777afa5cd1b3ef |
| parser_csv-6.x-1.x-dev.zip | 15.13 KB | 8800442c4a4a895953f05562e73316f5 |
Last updated: February 25, 2011 - 07:44
Release notes
Developer version.
parser_csv 6.x-1.0-alpha1
Posted by alex_b on December 1, 2008 at 11:56pm
| Download | Size | md5 hash |
|---|---|---|
| parser_csv-6.x-1.0-alpha1.tar.gz | 10.82 KB | 9c411ee04b11bd3aca9b6d213859e3d3 |
| parser_csv-6.x-1.0-alpha1.zip | 12.13 KB | 6fe26907c8e360c1623304837455bc82 |
Last updated: December 24, 2010 - 23:35
Release notes
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.