Active
Project:
Node import
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Dec 2008 at 12:01 UTC
Updated:
25 Dec 2008 at 12:01 UTC
The file "node.csv" in the directory "testing" contains an extra quotation mark, which causes any attempt to import to fail.
Line 6 reads:
1. there is a user called 'robrechtj' (with email robrechtj@example.org)",
which causes the multi-line import to halt just before the comma.
Line 6 should read:
1. there is a user called 'robrechtj' (with email robrechtj@example.org),
I've attached a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| node_import-tests-node.csv_.patch | 556 bytes | myudkowsky |