Skip to content

Commit c462f33

Browse files
authored
Merge pull request #553 from hknokh/master
fix: Update readme
2 parents 36852d3 + 9da26c8 commit c462f33

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,37 @@
11
# ![SFDMU](src/images/logo-black.png) The Advanced Salesforce Data Loader (SFDMU)
22

3-
43
**The documentation can be found here: [SFDMU Help Center](https://help.sfdmu.com/)**
54

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)**
76

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**
98

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)**
1110

1211
---
1312
## Table of contents
1413
- [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)
1615
- [Use case.](#use-case)
1716
- [Watch the demo. The Plugin in action.](#watch-the-demo-the-plugin-in-action)
1817
- [Installation of the Plugin.](#installation-of-the-plugin)
1918
- [Configuring the migration job.](#configuring-the-migration-job)
2019
- [Running the migration job.](#running-the-migration-job)
2120
## Introduction.
2221

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.**
2425

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 />
2627
✔ 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:**
2934

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:**
3235
- It supports **direct Org-to-Org data migration** without having to deal with annoying intermediate CSV files.
3336
- Full support of CRUD operations: **Insert** / **Update** / **Upsert** / **Delete.**
3437
- Supports **import and export of CSV files**.

0 commit comments

Comments
 (0)