Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone. I am a beginner of the Talend - Open studio. I created my first Job using Talend which looks like this
I used multiple tOracleInput components in the Job. But two of the tOracleInputs SI_TABLE and ECCN_MAP are duplicated. I tried to re-use the existing component second time by connecting the same SI_TABLE to tMap_2 and tMap_4. Similarly I tried to connect the same ECCN_MAP to both tMap_3 and tMap_4. But the UI is not allowing to do so.
My basic requirement is to re-use the same oracle table data at multiple stages in the Job. Is there any alternative solution. Due to this problem, I had to use a another instance of the same tOracleInput component for the tables SI_TABLE and ECCN_MAP. Please help