Created the attached file.GeoPoint.csv (126 Bytes)
Clicked manage
Clicked Import
Clicked Data Service Browse / selected the file
Clicked Import button
Changed latitude / longitude to double data type
Clicked Finalize Import button
Checked the Files / Import Log (import success)
No data appears under Geolocation / Geopoints
Hi Robert,
There are two problems in the CSV file:
- Remove the first row with the column names
- The category name uses the following double quote character ”, but the import parser expects this one: "
Here’s a fixed file which gets imported just fine: GeoPoint-modified.csv (75 Bytes)
Regards,
Mark
Thanks! I was able to get it to work using this.