Advertisement:

Author Topic: Ad Importer - zip code, latitude, longitude and datetime import  (Read 621 times)

hamilton9

  • Newbie
  • *
  • Posts: 3
Ad Importer - zip code, latitude, longitude and datetime import
« on: February 01, 2015, 07:03:17 pm »

Hi

When attempting to import addresses that have a zip code associated with them using the Ad Import plugin, the data does not seem to want to import the zipcode to the database.

It is Canadian data so I am trying to import postal codes.

Here is a snippet of the xml code I am using (everything else in the xml file imports without issue). There is no error, just the data does not get imported.

<zip>M5N 1E1</zip>

The same goes for latitude and logitude data.

<coord_lat>56.112455</coord_lat>
<coord_long>-46.112455</coord_long>


And Date and Time - I tried the import with datetime set two ways:

<datetime>2013-03-08 12:34:56</datetime>
<datetime>2013-03-08</datetime>


Overall though, great plugin btw - it is very handy!  :)

Thanks in advance.