Does this module work with nodes created via Node Import?
I end up with empty cities and states.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Picture 1.png | 34.56 KB | ablemike |
Does this module work with nodes created via Node Import?
I end up with empty cities and states.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Picture 1.png | 34.56 KB | ablemike |
Comments
Comment #1
rconstantine commentedI've never heard of that. Could you elaborate? If it's a core feature, I guess I just haven't noticed. Any idea how I'd make my module compatible?
Comment #2
ablemike commentedI am not sure.
The individual fields show up in the mapping for import but the only thing that gets populated with the import is the first field (address).
I think it might have something to do with how the individual fields are grouped.
Node Import might not now how to work with it.
The screenshot is what the fields look like from node import. They are all there...
Comment #3
rconstantine commentedI'm sorry, perhaps I wasn't clear. What is node import? I've never used it. That's what I wanted elaborated.
Comment #4
rconstantine commentedComment #5
rconstantine commentedSee the patch mentioned here: http://drupal.org/node/197533
then tell me if it works.
Comment #6
hsfdrupal commented> See the patch mentioned here: http://drupal.org/node/197533
That patch is ancient and is already in the current node_import as far as I can tell.
I have a CCK that uses fullname and import doesn't work. I get the lastname in there, but nothing else.
Sigh. . .
Comment #7
rconstantine commentedIf you're only getting the last name, it sounds like node_import is expecting only one column of data. There are very few multi-field CCK field modules such as this one and there are numerous problems that CCK itself has not fixed yet. I suspect that this is related and is another thing that can't be fixed via this module. It must be fixed either in CCK, node_import, or both. Sorry. FYI, Views is another thing that doesn't work correctly due to the multi-field aspect. :-(
If this looks like a dead end issue, I guess I may just close it in a couple of weeks.
Comment #8
rconstantine commentedHaven't heard back from the poster, so closing...