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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
KamSH
Contributor II
Contributor II

Talend nullifies values of Relationship fields in output files

So I have a question regarding the Output results after loading in data through the tSalesforceOutputBulkExec component.

Lets says my files that I have passed through it contains two columns with values that are actually the External_Id of other Salesforce objects

0695b00000sPOyGAAW.png

The fields contain values, but in my result files, regardless if it is an Error or Success file, the Lookup values are always removed. Why is this happening?

Sample Error file

0695b00000sPP15AAG.png

An answer to this is highly appreciated

Labels (4)
1 Solution

Accepted Solutions
KamSH
Contributor II
Contributor II
Author

Hi Shong,

 

Thanks for the reply.

Yea Using a tLogRow, all the column contains value.

 

What I did was switch to using the non-bulk Component, tSalesforceOutput.

Using this component, the result files are able to contain the Lookup Values, like so:

 

0695b00000sPTuEAAW.png 

This sounds very much like a Salesforce Issue instead of a Talend one when attempting to load records via their Bulk API

View solution in original post

2 Replies
Anonymous
Not applicable

Hello

Is this a file output the rejected rows? Before tSalesforceOutputBulkExec, use a tLogRow to print the value on the console to see if the filed contains value?

 

Regards

Shong

KamSH
Contributor II
Contributor II
Author

Hi Shong,

 

Thanks for the reply.

Yea Using a tLogRow, all the column contains value.

 

What I did was switch to using the non-bulk Component, tSalesforceOutput.

Using this component, the result files are able to contain the Lookup Values, like so:

 

0695b00000sPTuEAAW.png 

This sounds very much like a Salesforce Issue instead of a Talend one when attempting to load records via their Bulk API