Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone.
I'm still using talend 5.6.
I have a fact Table with somes Code And labels and a repository table with codes and labels too
And i want to insert the DISTINCT newlines from my table fact into my table repository
In my job, I have my first Entry with:
SELECT distinct Code, Labels From MY_TABLE_FACT
i have an other entry with
SELECT IDTECH, Code, Labels From MY_TABLE_REPOSITORY
And My tmap :
I have Lines in my input, a delta between Table_Fact > Table_repository
But no lines in the output.
Thank you for your help.
Hello and thank you very much for your answer
Unfortunatly, i have the same issue, No line in output