first success step 1
This commit is contained in:
2
prepared_steps/1/Address.csv
Normal file
2
prepared_steps/1/Address.csv
Normal file
@ -0,0 +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
|
|
2
prepared_steps/1/Location.csv
Normal file
2
prepared_steps/1/Location.csv
Normal file
@ -0,0 +1,2 @@
|
||||
Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType
|
||||
"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",false,false,false,Site
|
|
15
prepared_steps/1/export.json
Normal file
15
prepared_steps/1/export.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"allOrNone": true,
|
||||
"useSeparatedCSVFiles": true,
|
||||
"excludeIdsFromCSVFiles": true,
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType,VisitorAddressId FROM Location",
|
||||
"operation": "Insert",
|
||||
"externalId": "Name"
|
||||
},{
|
||||
"query": "SELECT City, Country, PostalCode, Street, Latitude, Longitude, CountryCode, ParentId$Location FROM Address",
|
||||
"operation": "Insert"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user