You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ This powerful tool supports migration from other Salesforce orgs or CSV files an
14
14
15
15
-**[SFDMU GUI Desktop Application:](https://github.com/forcedotcom/SFDX-Data-Move-Utility-Desktop-App)****A straightforward and intuitive application for creating, managing, and executing data migrations.**
16
16
-[**SFDMU Help Center:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/) Comprehensive documentation available.
17
-
-[**User Support Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/additional-information/support_policy)**Review guidelines before opening support cases.**
18
-
-[**Contribution Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/additional-information/code_contribution_policy) Learn how to contribute to our project.
17
+
-[**User Support Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/additional-information/support_policy/)**Review guidelines before opening support cases.**
18
+
-[**Contribution Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/additional-information/code_contribution_policy/) Learn how to contribute to our project.
19
19
20
20
## Version Notice
21
21
@@ -28,7 +28,7 @@ Full migration guidance is available on [**Get Started**](https://forcedotcom.gi
28
28
29
29
-**Comprehensive Migration Support:** Enables direct Org-to-Org data migration, eliminating the need for CSV intermediates, and supports CRUD operations: Insert, Upsert, Update, Delete.
30
30
-**Multiple Objects and Relationships:** Manages migrations involving multiple object sets and handles complex relationships, including [circular references](https://forcedotcom.github.io/SFDX-Data-Move-Utility/examples/basic-examples#example-1-handling-circular-references).
31
-
-**Ease of Use:** Simplifies the configuration process with a [single export.json file](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
31
+
-**Ease of Use:** Simplifies the configuration process with a [single export.json file](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
32
32
-**Secure and Local:** Ensures data security as all operations are performed locally without cloud interactions.
33
33
-**High Performance:** Optimizes processing by focusing on necessary data subsets.
34
34
-**Extended Functionality:** Provides advanced features such as [custom field mapping](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/fields-mapping), [data anonymization](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/data-anonymization), and supports [composite external ID keys](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/composite-external-id-keys) among others.
@@ -107,7 +107,7 @@ For detailed debugging guidance, see [**Debugging Steps**](https://forcedotcom.g
107
107
108
108
## Migration Configuration:
109
109
110
-
Set up a migration job by creating an `export.json` file with specific data models and operations, as detailed in the [Full export.json Format Guide](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
110
+
Set up a migration job by creating an `export.json` file with specific data models and operations, as detailed in the [Full export.json Format Guide](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
111
111
112
112
Here is a basic `export.json` example for upserting Accounts and their related Contacts, assuming a unique Name for Accounts and a unique LastName for Contacts across source and target orgs:
113
113
@@ -129,7 +129,7 @@ Here is a basic `export.json` example for upserting Accounts and their related C
129
129
}
130
130
```
131
131
132
-
For full object model details, advanced parameters, and edge cases, use: [**Get Started**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/get-started) and [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
132
+
For full object model details, advanced parameters, and edge cases, use: [**Get Started**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/get-started) and [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
133
133
134
134
## Migration Execution:
135
135
@@ -163,7 +163,7 @@ When importing or exporting from/to CSV files, ensure that the files are located
0 commit comments