You need to sign in to do that
Don't have an account?

Migrate manually onto a database
Hello,
I am needing to transfer data onto a Mysql database.
I have had some advice and am trying to find a software solution.
So main features are to be able to migrate large amounts of contacts and data every day. The migration should be done manually.
Thanks a lot!
You can take two approaches -
1. Manual - use dataloader to export the salesforce data into csv format and then import the data in to mysql.
2. Automated - write a data export utility in PHP / .NET using Force.com Web Services API. The Force.com Web Services API provides access to your Force.com data and logic. You can call the Web Services API from a wide variety of client-side languages.