Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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).
Can you share your tSalesforceOutput settings with schema?