This is the error message I'm getting after "Can not import this node. Check following errors:"
I have the node import module installed with views, cck and location module. Both Google and Yahoo map modules are in place, as is gmap_location. Trial and error testing indicate the Map APIs are not related to the problem. It occurred in every combination, including both disabled. There is no CSV header association to either of the available Lat/Lng fields. Any idea what I may be doing wrong?
Comments
Comment #1
2houseplague commentedThe answer to this was creating columns for latitude and longitude, then leaving them blank -- ""
Comment #2
rubinfarm commentedI am having the same problem. I tried the new columns for latitude and longitude and left them blank (I'm using Excel then exporting csv). I've also tried using "". Neither seems to work for me. I even added an extra column afterwards so that there is an extra "," in the csv file. Any ideas what to do next?
Comment #3
2houseplague commented,0,0
;)
Comment #4
Olav007 commentedHow do you leave them blank?
I have a tsv file where I have insterted two columns in the middle.
Still get the message. (Using 5.2)
Thanks
Olav
Comment #5
2houseplague commented"Blank" is not exactly accurate. You need to make both values "0".
Comment #6
Memeshift commentedI tried creating extra Lat/Long columns and then inserted '0' in each cell and it WORKED!
woo hoo!
thank you!