change to simple_salesforce for data load

This commit is contained in:
Rene Kaßeböhmer
2025-04-08 16:02:58 +02:00
parent 5eb314fbf7
commit 2e6d82d9cc
5 changed files with 188 additions and 11 deletions

View File

@ -1,2 +1,3 @@
ObjectName,FieldName,RawValue,Value
Asset,Kind_of_Energy__c,2,
Asset,Kind_of_Energy__c,4,3
Asset,Kind_of_Energy__c,5,3
1 ObjectName FieldName RawValue Value
2 Asset Kind_of_Energy__c 2 4 3
3 Asset Kind_of_Energy__c 5 3

View File

@ -7,9 +7,9 @@
"operation": "Readonly",
"externalId": "ExternalReference"
},{
"query": "SELECT EAN_Product_Code__c FROM Product2 WHERE EAN_Product_Code__c != null",
"query": "SELECT Product_Code__c FROM Product2 WHERE Product_Code__c != null",
"operation": "Readonly",
"externalId": "EAN_Product_Code__c"
"externalId": "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"