Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new to Talend and I am trying to understand the tool functions. I have created a small job here which throws me the error. "product cannot be resolved to a variable"
I have added 2 pictures
1> 1 of the job
2> of the component tmap where the issue is happening
Can someone please assist me on resolving the issue.
Thanks Houssem_B. This is resolved now. For some reason Talend was giving some issue in trying to join Brand and Product in tMap.
So I changed the query in Product table here to fetch the brand from the Brand Table.
I got rid of the Brand Table which was the source of the error that Product Variable is not getting identified.
That fixed the issue for now.
can you add a screenshot of the error message
Thanks Houssem_B. This is resolved now. For some reason Talend was giving some issue in trying to join Brand and Product in tMap.
So I changed the query in Product table here to fetch the brand from the Brand Table.
I got rid of the Brand Table which was the source of the error that Product Variable is not getting identified.
That fixed the issue for now.