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
login.developerlogin.developer 

Data Migration

Hi Frnds

How to migrate data from .net to salesforce

 

Navatar_DbSupNavatar_DbSup

Hi,

 In order to migrate data from .Net To Salesforce you can have 2 approaches.

 

1). Make use of Data migration tools .Like

o Data Loader

o Informatica

o Salesforce Import Wizard

 

  In this approach you will first have to export data from your .Net database and then you can make use of the above tools to import to data to salesforce (these tools support .csv file format)

 

 2). you can make .net tool, by which you can directly query the data and then push that in salesforce. Here you can use

o Web services

o API's provided by salesforce

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.