address, paren location & child location logic finished
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
Parent.Name,City,Country,PostalCode,Street,Latitude,Longitude,CountryCode
|
||||
"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",WIJCHEN,Netherlands,6601 BK,Plantsoen de Pas 12,51.81388993,5.72578937,NL
|
||||
Parent.Name,City,Country,PostalCode,Street,Latitude,Longitude,CountryCode,PKey__c
|
||||
"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",WIJCHEN,Netherlands,6601 BK,Plantsoen de Pas 12,51.81388993,5.72578937,NL,"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL"
|
|
1
prepared_steps/1/command.txt
Normal file
1
prepared_steps/1/command.txt
Normal file
@ -0,0 +1 @@
|
||||
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene
|
@ -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