Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Getting Started

Anoop Singh edited this page Sep 11, 2018 · 1 revision

Tool has two modules.

  • datamigrator-core: This module has tools core classes
  • datamigrator-module: This module has sample examples on how the tool can be used to migrate different kind of related objects from one Salesforce org to another Salesforce org. datamigrator-module contains sample JSON object relationship mappings.

Build

git clone git@github.com:forcedotcom/Data-Migration-Tool.git
mvn clean install

Usage: Migrate Pricebooks Sample

Enter Source and Target org credentials in *build.properties*
mvn clean install
mvn exec:java -Dexec.mainClass="migrator.module.client.MigrateProducts"

Clone this wiki locally