Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohitpatil1993
Contributor II
Contributor II

Salesforce Mapping

Hello People

Can someone please help me to understand the below Salesforce mapping specifications and how I can achieve in Talend?

Source : Delimited File

Target : Salesforce

Code_Magasin -->magasin__r.codeEntite__c

(Comment: Used as External ID for UPSERT)

Technical Info Given:

Use codeEntite__c to load in magasin__c lookup

UPSERT lookup magasin__r

(Comment : UPSERT Link with Entity object)

Labels (4)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@Rohit Patil​ , you need to take Code_Magasin field data to be loaded into magasin__r object and codeEntite__c is the field in that object.

 

Thanks,

Manohar

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@Rohit Patil​ , you need to take Code_Magasin field data to be loaded into magasin__r object and codeEntite__c is the field in that object.

 

Thanks,

Manohar

rohitpatil1993
Contributor II
Contributor II
Author

Thanks to explain the concept 🙂