SECOND PART
- Once you finish to populate the table just go to File/Save As/
and select:
- Save as type: Text CSV (.csv) (*.csv)
- Character set: Western Europe (Windows-1252/WinLatin 1)
- Field delimiter: ; <
it's originally a ,
- Text delimiter: "
- Check: Save cell content as shown
- Uncheck: Fixed column width
- Click Ok
(I only filled the first 7 fields, and the last one, I left the rest empty)
- Open the CSV file with Notepad ++
- Now, we will need to add / to the end of the line
- We need to replace: ;;;;;;;;;;;;;1 with ;;;;;;;;;;;;;1/
- or ;;;;;;;;;;;;;0 with ;;;;;;;;;;;;;0/
depending if you published the hotpots (1) or not (0)
- To replace everything, we go to Search/Replace...
- Now, we have to save the file (Go to File/Save)
- Let's go back to PHPmyadmin
- Select jos_hotspots_marker
- Select Import
- Choose the CSV File
- Check CSV using LOAD DATA
- Check the options and leave them in the way I am showing
- Click on Go
- The database has been populated with the new information.
and don't forget to do what Daniel said:
In 2.0.5 there is a geolocation feature. Go to the marker page in the backend, select max 100 hotspots click on geolocate, read the instructions and click geolocate in the popup After few seconds, or minutes most of your hotspots will get some coordinates.