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!

CommentFileSizeAuthor
#3 node.inc_.txt7.6 KBRobrecht Jacques

Comments

Robrecht Jacques’s picture

Status: Active » Fixed

"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!

enboig’s picture

I 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)

Robrecht Jacques’s picture

StatusFileSize
new7.6 KB

The only thing needed to do is to replace the file supported/node.inc by the file attached here (rename it to node.inc).

The new release will be released this weekend (with the included change).

enboig’s picture

thanks

Anonymous’s picture

Status: Fixed » Closed (fixed)
nekad’s picture

Thanks for fixing that with the new release. I'll try it out.