Files
migration_via_sfdmu/prepared_steps/1/export.json
Rene Kaßeböhmer a3d7491d11 first success step 1
2025-03-28 16:43:25 +01:00

15 lines
511 B
JSON

{
"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"
}
]
}