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

SalesforceOutputBulk_Output file creation issue

Hi,

we are doing talend migration from Talend 5.5 to 6.3. when running the job in upgraded version(6.3) the  SalesforceOutputBulk component creates the empty file without header if the the source file has zero records but in earlier version(5.5) SalesforceOutputBulk component created the empty file with header even though  the source file has zero records.because of this SalesforceBulkExec component throws null exception.

Can anyone help me?

 

Thanks & Regards,

Naveen S

Labels (1)
1 Reply
TRF
Champion II
Champion II

Hi,

What if you use only one component (SalesforceOutputBulkExec instead of SalesforceOutputBulk + SalesforceBulkExec)?

In most cases, using this component of the 2 others is enough and make jobs simplest.

Let us know.