Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Jul 2010 at 01:28 UTC
Updated:
25 Jul 2010 at 01:40 UTC
Jump to comment: Most recent file
Currently there is a loop in FeedsCSVParser replacing integer column keys with the names of the first row. The ParserCSV library supports exactly that, we should use it.
Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 850652-1_column_names.patch | 2.1 KB | alex_b |
Comments
Comment #1
alex_b commentedRunning tests ATM. Straightforward patch, will commit ASAP.
Comment #2
alex_b commentedAll tests passing. Committed.