Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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.