Closed (duplicate)
Project:
Node import
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2007 at 22:26 UTC
Updated:
7 Mar 2008 at 23:39 UTC
Hey There...
Fantastic module! Just one problem:
I'm trying to import addresses into a CCK field that uses the CCK_Address module. I setup my addresses in excel (separated by street, city, state, etc) then save as a csv for import.
The street address and state import just fine...but the Zip and City fields refuse to import (all other CCK fields import fine as well). The result is a blank city field and a Zip field that says 0.
I'm using the dev version...any help on why this won't import properly?
Comments
Comment #1
camidoo commentedI've run into the same problem, however i can't get the state to import correctly either. In your csv are you using a 2 letter state abbreviation?
Comment #2
jdblank commentedI am having the same problem.
In the field mapping section it lists the options to select city, state and zip but none of these actually import for me.
I also have some other CCK fields that do not seem to import properly.
Any help would be appreciated.
Comment #3
jdblank commentedAnyone solve this yet?
Comment #4
Gidgidonihah commentedYes, it has been solved. I found the solution in another thread.
Actually, I found it by tracking the author of this module to see if he was still active. And in looking at his list of recently updated threads in which he has posted, this title caught my eye: CCK Imports.
Well turns out it's a similar issue. I applied http://drupal.org/node/105982#comment-642589">patch number 15 and all is working well.
I'm going to mark this as "Patch (ready to be committed)" as http://drupal.org/node/105982#comment-642589">patch number 15 on that thread fixes this issue.
Comment #5
Robrecht Jacques commentedSo this is a duplicate of http://drupal.org/node/105982#comment-642589. Setting it as such. I'll test the patch of that issue this weekend.