Can not retrieve Salesforce ID while using tSalesforceOutput
Hello , I am using Talend to create a batch that loads data from a csv file to Salesforce. I am using the component tSalesforceOutput (action = INSERT) , but I need the ID of inserted rows, so I unchecked "Extended Output" on the advanced settings tab of the component, this allows me to check the "Retrieve Salesforce ID". However I don't see the field "salesforce_id" that should appear in the output of the component! And even though I created the field manually , I keep having an error saying the field is unrecognized. Any ideas? Thank you
Hi
I tested this problem on v5.2.0 and it works, the salesforce_id column will be appended to the schema of the output flow of tSalesForceOutput.
Shong