×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Import hotspots csv

Import hotspots csv 12 years 8 months ago #13329

  • Carlos Clavero
  • Carlos Clavero's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi, im carlos, i need import my list of hotspots for example: 900 Hospitals and i have the list.. but how can import all? please dont tellme 1 by 1..sniff..

Import hotspots csv 12 years 8 months ago #13332

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Carlos,
Right now there is no importer for this. I would advise you to import the data trou phpmyadmin... A little bit harder, but better so, than adding everything per hand!
Daniel

Import hotspots csv 12 years 8 months ago #13334

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

I am trying to create a tutorial of how to import data from excel to hotspots through phpmyadmin.

This is the head of my csv file:
"name";"phone";"street";"town";"country";"plz";"id";"published"
"13 Monks Restaurant & Taps";"250-707-3644";"2569  Dobbin  Rd";"Westbank";"Canada";"V4T2J6";11;1

All the data is in the database, but i can not make it grab the category, and the 'yes' to the published option.

In this case: category is Foods, and the id number for this category is 11

Import hotspots csv 12 years 8 months ago #13335

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Ok. I figured it out.

The problem now is that all hotspots are located at the same spot, because i didn't setup any lat and/or long coordinates.

Do I have to go one by one to move them to the right position?

Import hotspots csv 12 years 8 months ago #13336

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
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.
Daniel

Import hotspots csv 12 years 8 months ago #13338

  • Bruce Hatton
  • Bruce Hatton's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 62
  • Thank you received: 0
Hi Eliecer,

When you have it all worked out, please let us know what to do - I am sure there are many users who would appreciate an import function.

Import hotspots csv 12 years 8 months ago #13339

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
To follow this tutorial you will need:
- OpenOffice.org 3.3.0 Calc
- Notepad ++
- Access to your website's PHPmyadmin


- Go to your PHPadmin and Select Databases



- Select the database you are using with hotspots


- These are the elements related with hotspots


- Click on Browse


-These are the fields to use with the OpenOffice.org Calc,



but they must be in these order:
id - catid - name - street - plz - town - country - gmlat - gmlng - description - description_small - picture - picture_thumb - autor - autorip - autoruserid - postdate - vote - votenum - published



The id and the catid, will match the category id number.
plz corresponds to the postal code
published - value 1 (the hotspot will be published), and value 0 (the hotspot won't be published)

Import hotspots csv 12 years 8 months ago #13340

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
- 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.

Import hotspots csv 12 years 8 months ago #13341

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
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.

Import hotspots csv 11 years 5 months ago #18536

  • CJ Disabled 4
  • CJ Disabled 4's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 50
  • Thank you received: 0
I could really do with an import function without having to use Myphpadmin :(

This method is becoming a real pain...

Keith
  • Page:
  • 1
Time to create page: 0.149 seconds