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

2houseplague’s picture

Status: Active » Closed (fixed)

The answer to this was creating columns for latitude and longitude, then leaving them blank -- ""

rubinfarm’s picture

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

2houseplague’s picture

,0,0

;)

Olav007’s picture

Version: 4.7.x-1.x-dev » 5.x-1.x-dev

How 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

2houseplague’s picture

"Blank" is not exactly accurate. You need to make both values "0".

Memeshift’s picture

I tried creating extra Lat/Long columns and then inserted '0' in each cell and it WORKED!

woo hoo!

thank you!