address, paren location & child location logic finished
This commit is contained in:
@ -4,11 +4,11 @@
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,VisitorAddressId FROM Location",
|
||||
"query": "SELECT Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType FROM Location",
|
||||
"operation": "Insert",
|
||||
"externalId": "Name"
|
||||
},{
|
||||
"query": "SELECT City, Country, PostalCode, Street, Latitude, Longitude, CountryCode, ParentId$Location FROM Address",
|
||||
"query": "SELECT City, Country, PostalCode, Street, Latitude, Longitude, CountryCode, Pkey__c, ParentId$Location FROM Address",
|
||||
"operation": "Insert"
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user