Hello, I'm new to your module. I read all the documentation and went for my first node import. I did it in excel, loaded into notepad and saved as UTF-8 CSV It fails at step 7 of 8 stating that "Description field is required." I dont see any Description field in the node table, so I have no idea where I have gone wrong. Any ideas?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | scotlandreject.txt | 1.62 KB | ludo1960 |
| #1 | node_import-node_groupnode-2.txt | 19.89 KB | ludo1960 |
| scotland-reject.txt | 0 bytes | ludo1960 |
Comments
Comment #1
ludo1960 commentedOOPS,
Comment #2
Robrecht Jacques commentedIf you go to the edit page of a groupnode (node/add/groupnode) you should see a "Description" field that is required. In this case it is the "og_description" field of the Organic Groups module.
Currently this module is not supported. Changing the title to set it as a feature request.
Comment #3
ludo1960 commentedMany thanks for your reply, great work on the module. I see others have requested support for OGs, any plans for this?
Can I help support in any way?
Cheers.
Comment #4
ludo1960 commentedBump,
Is OG on your list of modules to add? If not any advice on creating module specific inc files?
Comment #5
Robrecht Jacques commentedYes, it is on my list. But I don't have time this week to implement it.
You could look at the other .inc files in the supported directory. The basic hook to implement is
hook_node_import_fields(). For the "Description" you probably will not have to implement anything else.could get you started (untested).
Comment #6
Robrecht Jacques commentedOrganic Groups support has been added to CVS. Please test og.inc. Copy it to
sites/all/modules/node_import/supported/og/og.inccreating a new directory.Report back any errors.
Comment #7
ludo1960 commentedHello Robrecht,
OK installed as instructed, I get to step 6 of 8 and entered for the book entry.
This causes the import to fail (no errors about OG_description though!)
Please find attached the error report:
Cheers...
Comment #8
ludo1960 commentedJust to confirm, the OG import is working and respects Pathauto settings, it only fails when you try to add Books for each OG at the same time.