Quote:
Originally Posted by aeisecurity
Is this possible to accomplish?
|
Allow me to repeat myself: You'll need a script that reads the existing database row-by-row doing transforms on the data. For things like the name field a series of simple tests could decide what to do with it. Addresses are considerably more difficult, but they could be processed repeatedly and then passed or failed depending on the result. Some of the data will very likely be impossible to import properly in a purely programmatic fashion.
Quote:
Originally Posted by aeisecurity
what is the best way of going about this if not with a php script.
|
If you can't do it programmatically then you may want to consider hiring someone to transfer the info through basic data entry. Or, transfer as much as you can via a script and have them do what can't be parsed, like the addresses.