Mysql/outlook Data Migration
we have an existing Google Mapping app in beta
we call this app SAL (Service Agent List)
it only has some test data currently
see beta public page here …
http://www.nationalwarranties.com.au/rs-map/index.php
then there is a admin login
use admin/admin
====================
we want to import some data/fields from an existing MySQL app, IDS (on same server), and from a Outlook CSV file into this app.
(total fields prob around 60-80)
1. delete test data
2. create any missing fields
3. map fields of both imports
see attached mappings
4. create script/s to do some field validation during import
5. create detailed logs of import and field validation
=====