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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dynamic in tSalesforceInput - Module Name

Looking for options where we can Dynamically pass the 'Module Name' in tSalesforceInput component. 

- Basically, we do not want to hardcode the Module Name

- If we have 100 different Module Names, we want to be able to pass those 100 module names dynamically and iterate for each module name (instead of having 100 different tSalesforceInput components). 

 

Any workable solutions? Please let us know. 

 

 

Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hi
It does not support dynamic Module name yet. Each module has different schema, it is really complex if you use dynamic schema and need to make some transform on the data.

Regards
Shong
JohnRMK
Creator II
Creator II

Hello,

What version of Talend is used? If it is an enterprise version, so you have the dynamic schema, then there it is possible way to recover thousands of objects from Salesforce with 3 or 4 jobs only.
Using routines and iterations.

 

And, if it is the open source version, there it's more complicated. You will need to code in java and write scripts for injecting data in the database.


Can you detail your need please

Vishu1
Employee
Employee

I am also facing the same issue.

 

I am using talend enterprise version 7.3.1. This really limits the use of tSalesforce components in Talend.