first success step 1
This commit is contained in:
@ -1 +0,0 @@
|
||||
ObjectName,FieldName,Target
|
|
43
export.json
43
export.json
@ -1,43 +0,0 @@
|
||||
{
|
||||
"objects": [
|
||||
{
|
||||
"query": "SELECT address_identifier, City, Country, PostalCode, Street, Latitude, Longitude, CountryCode FROM Address",
|
||||
"operation": "Insert",
|
||||
"externalId": "address_identifier",
|
||||
"useFieldMapping": true,
|
||||
"fieldMapping": [
|
||||
{
|
||||
"targetObject": "Address"
|
||||
},
|
||||
{
|
||||
"sourceField": "City",
|
||||
"targetField": "City"
|
||||
},
|
||||
{
|
||||
"sourceField": "Country",
|
||||
"targetField": "Country"
|
||||
},
|
||||
{
|
||||
"sourceField": "PostalCode",
|
||||
"targetField": "PostalCode"
|
||||
},
|
||||
{
|
||||
"sourceField": "Street",
|
||||
"targetField": "Street"
|
||||
},
|
||||
{
|
||||
"sourceField": "Latitude",
|
||||
"targetField": "Latitude"
|
||||
},
|
||||
{
|
||||
"sourceField": "Longitude",
|
||||
"targetField": "Longitude"
|
||||
},
|
||||
{
|
||||
"sourceField": "CountryCode",
|
||||
"targetField": "CountryCode"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
2
objectset_source/object-set-2/Location.csv
Normal file
2
objectset_source/object-set-2/Location.csv
Normal file
@ -0,0 +1,2 @@
|
||||
ParentLocation.Name,Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType
|
||||
"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",test,,,--,false,false,false,Site
|
|
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"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
address_identifier,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType
|
||||
WIJCHENNetherlands6601 BKPlantsoen de Pas12,"Plantsoen de Pas 12, 6601 BK WIJCHEN, NL",false,false,false,Site
|
|
@ -1,2 +0,0 @@
|
||||
address_identifier,Extension,Flat,Floor,Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType
|
||||
WIJCHENNetherlands6601 BKPlantsoen de Pas12,,,,--,false,false,false,Site
|
|
Reference in New Issue
Block a user