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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

upsert into salesforce

Can you please explain how to upsert data from excel file to salesforce. The salesforce object has no lookup field. Just need to upsert on single object with an external custom/standard field. How to design talend job for this case?

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

The minimalist design looks like tFileInputExcel-->tSalesforceOutput.
For this component you need a field declared as an External Id used by salesforce to decide the action (insert or update) for each record.

View solution in original post

3 Replies
TRF
Champion II
Champion II

The minimalist design looks like tFileInputExcel-->tSalesforceOutput.
For this component you need a field declared as an External Id used by salesforce to decide the action (insert or update) for each record.
Anonymous
Not applicable
Author

I done it like TFileInputExcel ==> tMap ==> tSalesforceOutput(External Id).

It is upserting data correctly into salesforce. Thanks for reply.

But after executing talend job, giving exception:    java.io.IOException: Name not specified   - here Name is standard field (Upsert key column).

TRF
Champion II
Champion II

Can you share your tSalesforceOutput settings with schema?