Skip to content

Commit d8302eb

Browse files
committed
Data Migrator wiki initial checkin + licence
1 parent 42125cd commit d8302eb

15 files changed

+13
-162
lines changed

.classpath

-8
This file was deleted.

.project

-23
This file was deleted.

.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.

LICENSE.txt

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright (c) 2018, Salesforce.com, Inc.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5+
6+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
8+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9+
10+
* Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11+
12+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Migrating data between orgs can be a daunting ask, this is specially true if you have a complex data model in the form of parent-child, hierarchical, lookups, record types etc relationships.
66

7-
Doing so manually is error prone, time consuming, frustrating and not an ideal approach. We wrote a Java based tool using Salesforce SOAP to migrate the data from one Salesforce Org to another Salesforce Org. Org to Org Data Loader tool lets you migrate the data from one Salesforce Org to another Salesforce Org.
7+
Doing so manually is error prone, time consuming, frustrating and not an ideal approach. We wrote a Java based tool using Salesforce SOAP to migrate the data from one Salesforce Org to another Salesforce Org. Org to Org Data Migration tool lets you migrate the data from one Salesforce Org to another Salesforce Org.
88

99
## Build Org To Org Data Loader
1010

datamigrator-core/.classpath

-31
This file was deleted.

datamigrator-core/.project

-23
This file was deleted.

datamigrator-core/.settings/org.eclipse.jdt.core.prefs

-5
This file was deleted.

datamigrator-core/.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.

datamigrator-module/.classpath

-31
This file was deleted.

datamigrator-module/.project

-23
This file was deleted.

datamigrator-module/.settings/org.eclipse.jdt.core.prefs

-5
This file was deleted.

datamigrator-module/.settings/org.eclipse.m2e.core.prefs

-4
This file was deleted.
-244 KB
Binary file not shown.

images/pairing-logic.jpeg

-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)