I've been trying to import event nodes using this module to no avail. I'm logged in as the administrator, yet the only node types that show up in the import wizard are page, story, and raw data. When I choose raw data and try to import a csv file, I get the following errors for every field:
Can not import this node. Check following errors:
* You need to specify the node content type.
* You need to assign at least one term of the <em>Forums</em> vocabulary.
I never get to the place where I could assign fields. Additionally, I can't figure out where I'm supposed to assign this node content type in the csv file.
Any help would be greatly appreciated!
Comments
Comment #1
Robrecht Jacques commented"Raw input" is an undocumented feature and I think it is time to remove it. Done!
As for the "Event" type not showing up, this was a bug which is fixed in 5.x-1.x-dev and which will be included in the next release of node_import module (5.x-1.2).
Thanks!
Comment #2
enboig commentedI also need to import event nodes. When is the new version expected to come out? Or where could I get the dev version? (sorry, I have no knowledge of how to access cvs)
Comment #3
Robrecht Jacques commentedThe only thing needed to do is to replace the file
supported/node.incby the file attached here (rename it tonode.inc).The new release will be released this weekend (with the included change).
Comment #4
enboig commentedthanks
Comment #5
(not verified) commentedComment #6
nekad commentedThanks for fixing that with the new release. I'll try it out.