I have more than 300,000 users on an old online store. Client switched to Magento solution and now have to migrate all the users, addresses to Magento. So I have to write a custom script to import users and their address to the Magento system.
Are there any tutorials or similar sort of work already done. Please help me.
Thanks
Here’s an example of how I migrated users from OSC into Magento with the SOAP library. This script was run on the old server and needs to be run from the ssh command line (php execution time through the browser will not support this
One thing you need to watch out for is the passwords.. for this to work I had to set up Magento to use the same password hashing schema.