Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community
I have the following scenario:
Select id from db1
then iterate id to select from the same db1 source and table
I have placed the following in my job
tmysqlinput -> iterateflow -> tfixedflowinput -> tmysqlrow-> tmap->tmysqloutput
Does this look correct ?
check the answer for Your other question
Not the same question, the other question relates to tPostgresqlRow usage and failure.
I managed to get the job to work - thanks for your input and assistance, it did help solve the problem