Export complete

This commit is contained in:
Rene Kaßeböhmer
2025-04-03 13:32:14 +02:00
parent a51eb34ac3
commit 5eb314fbf7
17 changed files with 61 additions and 22 deletions

View File

@ -0,0 +1,2 @@
ObjectName,FieldName,RawValue,Value
Asset,Kind_of_Energy__c,2,
1 ObjectName FieldName RawValue Value
2 Asset Kind_of_Energy__c 2

View File

@ -0,0 +1 @@
sf sfdmu run --sourceusername csvfile --targetusername rene.kasseboehmer@vaillant.de.devrene

View File

@ -0,0 +1,18 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT ExternalReference FROM Location WHERE ExternalReference != null AND ParentLocation.VisitorAddress.CountryCode = 'NL'",
"operation": "Readonly",
"externalId": "ExternalReference"
},{
"query": "SELECT EAN_Product_Code__c FROM Product2 WHERE EAN_Product_Code__c != null",
"operation": "Readonly",
"externalId": "EAN_Product_Code__c"
},{
"query": "SELECT Product2Id,Id,InstallDate,Name,Kind_of_Energy__c,Kind_of_Installation__c,Main_Product_Group__c,SerialNumber,Serialnumber_Exception__c,LocationId FROM Asset",
"operation": "Insert"
}
]
}