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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
joboro1
Contributor
Contributor

tSalesforceInput - Manual Query - Bulk -> NULL values - Query -> filled values

Hello everybody,

I try to pull data from Salesforce via bulk query (via tSalesforceInput).
I use a "manual query", which is structured as follows:

 

Select Id, Contact.Id, Account.Id, Contact.Name, Contact.LastName, Contact.FirstName, Account.Name
from User 
where isactive=true
and Contactid != null

I created the corresponding schema according to the syntax, i.e. User_Contact_id, User_Account_Name etc..

 

If the component runs in query mode "bulk", all non-user fields are null.
If the component runs in query mode "query", all non-user fields are filled.

 

Is this an intended behavior and is it possible to get the bulk mode work with the manual query?

 

We use Integration Studio 6.4.1.

Labels (3)
2 Replies
TRF
Champion II
Champion II

If you have less than 50,000 rows, don't use bulk (not necessary).

Don't why the result is different in your case.

Fred_FM
Contributor
Contributor

Hello All,

I know this is an old thread, but i encounter exactly the same problem.

The number of rows is > 500.000 and is going to increase, so non bulk query is not an option.

@Joerg Bohlen​ if you read this, did you find a solution ?

Thanks for your response