Files
migration_via_sfdmu/prepared_steps/3/export.json
2025-04-01 11:28:44 +02:00

15 lines
512 B
JSON

{
"allOrNone": true,
"useSeparatedCSVFiles": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Name,DuplicateCheck__c,IsInventoryLocation,IsMobile,LocationType FROM Location",
"operation": "Insert",
"externalId": "Name"
},{
"query": "SELECT City, CountryCode, PostalCode, Street, Latitude, Longitude, PKey__c, Country, Pkey__c, ParentId$Location FROM Address",
"operation": "Insert"
}
]
}