|
1 | 1 | #  The Advanced Salesforce Data Loader (SFDMU) |
2 | 2 |
|
3 | | - |
4 | 3 | **The documentation can be found here: [SFDMU Help Center](https://help.sfdmu.com/)** |
5 | 4 |
|
6 | | -**The SFDMU GUI Desktop Application is here: [SFDMU GUI Desktop App](https://github.com/forcedotcom/SFDX-Data-Move-Utility-Desktop-App)** |
| 5 | +**The SFDMU GUI Desktop Application: [SFDMU GUI Desktop App](https://github.com/forcedotcom/SFDX-Data-Move-Utility-Desktop-App)** |
7 | 6 |
|
8 | | -**Please, see [User Support Policy](https://help.sfdmu.com/full-documentation/additional-information/support_policy) before opening cases** |
| 7 | +**Please, see the [User Support Policy](https://help.sfdmu.com/full-documentation/additional-information/support_policy) before opening cases** |
9 | 8 |
|
10 | | -**Aways welcome to contribute to the SFDMU! Please, take some time to read our [Contribution Policy](https://help.sfdmu.com/full-documentation/additional-information/code_contribution_policy)** |
| 9 | +**Welcome to contribute to the SFDMU! Please, take some time to read our [Contribution Policy](https://help.sfdmu.com/full-documentation/additional-information/code_contribution_policy)** |
11 | 10 |
|
12 | 11 | --- |
13 | 12 | ## Table of contents |
14 | 13 | - [Introduction.](#introduction) |
15 | | -- [The benefits of using the SFDMU.](#the-benefits-of-using-the-sfdmu) |
| 14 | +- [Why should you use the SFDMU ?](#why-should-you-use-the-sfdmu) |
16 | 15 | - [Use case.](#use-case) |
17 | 16 | - [Watch the demo. The Plugin in action.](#watch-the-demo-the-plugin-in-action) |
18 | 17 | - [Installation of the Plugin.](#installation-of-the-plugin) |
19 | 18 | - [Configuring the migration job.](#configuring-the-migration-job) |
20 | 19 | - [Running the migration job.](#running-the-migration-job) |
21 | 20 | ## Introduction. |
22 | 21 |
|
23 | | -**The SFDMU (SFDX Data Move Utility) is the advanced Salesforce Data Loader SFDX plugin, the most modern and powerful open-source salesforce data migration tool and it is the innovative and very handy alternative to the traditional salesforce data loader application as well as to the set of the force:data:tree commands.** |
| 22 | +**The SFDX Data Move Utility (SFDMU) is a modern and powerful open-source salesforce data loader based on the famous SFDX CLI. It will make salesforce data seeding process extremely easy and fast. ** |
| 23 | + |
| 24 | +**This Tool is the innovative and very handy alternative to the traditional salesforce data loader application as well as to the set of the force:data:tree commands.** |
24 | 25 |
|
25 | | -✔ This SFDX Plugin will help you to populate your org **(scratch / dev / sandbox / production)** with data imported from another org or CSV files.<br /> |
| 26 | +✔ The SFDMU will help you to populate your org **(scratch / dev / sandbox / production)** with data imported from another org or CSV files.<br /> |
26 | 27 | ✔ It supports all important CRUD operations (**Insert** / **Update** / **Upsert** / **Delete**) **also for multiple related sObjects**.<br /> |
27 | | -✔ It includes a huge amount of advanced features never were before in any of the existing tools, which make your data migration very quick and easy.<br /> |
28 | | -✔ It's a SFDX-CLI digitally signed Plugin. |
| 28 | +✔ It provides you the **All-In-One data migration solution** with a large amount of unique OOTB features have never provided before by the existing tools.<br /> |
| 29 | +✔ This Plugin is **approved and digitally signed** by the Salesforce. |
| 30 | + |
| 31 | +### Why should you use the SFDMU ? |
| 32 | + |
| 33 | +**The SFDMU is equipped with special capabilities making migration of complex related data significantly easy:** |
29 | 34 |
|
30 | | -## The benefits of using the SFDMU. |
31 | | -**It was especially designed to give you most convenient and fastest way to transfer complex related data models between salesforce orgs:** |
32 | 35 | - It supports **direct Org-to-Org data migration** without having to deal with annoying intermediate CSV files. |
33 | 36 | - Full support of CRUD operations: **Insert** / **Update** / **Upsert** / **Delete.** |
34 | 37 | - Supports **import and export of CSV files**. |
|
0 commit comments