function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MikwinMikwin 

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!
Pradeep_NavatarPradeep_Navatar

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.