matthewproctor / australianpostcodes

A community sourced comprehensive database of Australian Post Codes with geolocation data.
255 stars 47 forks source link

Fixed up some of the data so that it can be imported to a MySQL DB vi… #9

Closed vrdriver closed 4 years ago

vrdriver commented 4 years ago

Hello, I needed to import this in to a mysql DB. I used the phpmyadmin Import tool, using Columns enclosed with "" and comma separated. Column names as: otherid,pcode,locality,state,long,lat,deliveryoffice,type

I had to remove the double "" characters in many of the locality names. I also changed a few of the column names too.

Hopefully this cleanses the data a little better for you. :)