update address & location IoT

This commit is contained in:
Rene Kaßeböhmer
2025-04-23 13:51:56 +02:00
parent 90a5e6b629
commit 11a8b09dac
27 changed files with 57 additions and 18 deletions

View File

@ -0,0 +1,3 @@
Type,ActiveFrom,ActiveTo,ParentRecordId,PKey__c,LocationId
Installer (installation),2018-03-27,,0019Z00000fmCAYQA2,"Mr. P.J.M. Aalberselaan 19, 1181 XJ AMSTELVEEN, NL;;;",1319Z000000ij1RQAQ
Owner,2018-04-06,,0019Z00000fmCAYQA2,"Mr. P.J.M. Aalberselaan 19, 1181 XJ AMSTELVEEN, NL;;;",1319Z000000ij1RQAQ
1 Type ActiveFrom ActiveTo ParentRecordId PKey__c LocationId
2 Installer (installation) 2018-03-27 0019Z00000fmCAYQA2 Mr. P.J.M. Aalberselaan 19, 1181 XJ AMSTELVEEN, NL;;; 1319Z000000ij1RQAQ
3 Owner 2018-04-06 0019Z00000fmCAYQA2 Mr. P.J.M. Aalberselaan 19, 1181 XJ AMSTELVEEN, NL;;; 1319Z000000ij1RQAQ

View File

@ -0,0 +1,5 @@
ObjectName,FieldName,RawValue,Value
AssociatedLocation,Type,Installer (installation),Installer
AssociatedLocation,Type,Installer (first ignition),Installer
AssociatedLocation,Type,Installer (service),Installer
AssociatedLocation,Type,Installer (Timex),Installer
1 ObjectName FieldName RawValue Value
2 AssociatedLocation Type Installer (installation) Installer
3 AssociatedLocation Type Installer (first ignition) Installer
4 AssociatedLocation Type Installer (service) Installer
5 AssociatedLocation Type Installer (Timex) Installer

View File

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

View File

@ -0,0 +1,16 @@
{
"allOrNone": true,
"excludeIdsFromCSVFiles": true,
"objects": [
{
"query": "SELECT Type,ActiveFrom,ActiveTo,ParentRecordId$Account,PKey__c, LocationId FROM AssociatedLocation",
"operation": "Insert",
"externalId": "PKey__c",
"useSourceCSVFile": true,
"master": true,
"useValuesMapping": true,
"excludedFields": ["PKey__c"]
}
]
}