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.