Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Ex: Can you load from an upstream input compoment?
David,
Did you have download the Talend documentation which you can find here ? You'll find a description and a use case of "how use the tContextLoad component".
You can also in the LoginPage when you start the produt "Import Talend demo project"; into the project you have several use cases and components in action. We are trying to have a sample of "HOW TO USE" per components for our new users.
From a tMSSQLInput or tOracleInput (metadata schema : 2 columns= key | value) you can try with this following SQL query : "SELECT 'myContextVar', columnA FROM table where id ='3'"
In this example you have a contextVariable named myContextVar and you push the ROW from tOracleInput to the tContextLoad.
The mechanism is pretty much the same if you're working on a dataflow itself. You have to operate with an association KEY/VALUE in all cases.
Best regards
David,
Did you have download the Talend documentation which you can find here ? You'll find a description and a use case of "how use the tContextLoad component".
You can also in the LoginPage when you start the produt "Import Talend demo project"; into the project you have several use cases and components in action. We are trying to have a sample of "HOW TO USE" per components for our new users.
From a tMSSQLInput or tOracleInput (metadata schema : 2 columns= key | value) you can try with this following SQL query : "SELECT 'myContextVar', columnA FROM table where id ='3'"
In this example you have a contextVariable named myContextVar and you push the ROW from tOracleInput to the tContextLoad.
The mechanism is pretty much the same if you're working on a dataflow itself. You have to operate with an association KEY/VALUE in all cases.
Best regards
Cannot get this to work. Do not know how to use.
attached image