File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,19 +111,19 @@ Delete multiple object's records in a single run
111
111
112
112
Compare objects Metadata in source and target org
113
113
114
- mvn exec:java -Dexec.mainClass="migrator.module.client.MetadataCompareExample" object1,object2 -pl datamigrator-module
114
+ mvn exec:java -Dexec.mainClass="migrator.module.client.MetadataCompareExample" -Dexec.args=" object1,object2" -pl datamigrator-module
115
115
116
116
## Usage (Given a set of objects, create a JSON mapping structure)
117
117
118
118
Given a set of objects, create a JSON mapping structure
119
119
120
- mvn exec:java -Dexec.mainClass="migrator.module.client.GenerateMappingExample" object1,object2 -pl datamigrator-module
120
+ mvn exec:java -Dexec.mainClass="migrator.module.client.GenerateMappingExample" -Dexec.args=" object1,object2" -pl datamigrator-module
121
121
122
122
## Usage (Counts the number of records in source and target org)
123
123
124
124
Once migration has completed, you may want to compare the number of records in source and target org
125
125
126
- mvn exec:java -Dexec.mainClass="migrator.module.client.ValidateExample" object1,object2 -pl datamigrator-module
126
+ mvn exec:java -Dexec.mainClass="migrator.module.client.ValidateExample" -Dexec.args=" object1,object2" -pl datamigrator-module
127
127
128
128
129
129
# More Advanced Object Relationship JSON Mappings, Resources
You can’t perform that action at this time.
0 commit comments