Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Tables :
Category_tbl : categoryid(Auto Generated), CategoryName, CategoryCode
Product_tbl : productid(Auto Generated),categoryid,productname
Category XLS : CategoryCode,CategoryName
Product XLS : Product Name,CategoryCode
My Process
Read Catgegory XLS -> Write Category TBL -> Read Product XLS -> JOIN tables using tMap(CategoryCode) -> Get categoryId from Lookup tbl -> Write Product with CategoryId(Foreign Key)
I Can't get the CategoryId from Lookup db connection(category tbl) component
Hi
Is it an inner join or left outer join on tMap? Can't get the categoryid even though the same CategoryCode exists in both tables? It might be an execution order issue, can you share a screenshot of the job?
Regards
Shong
Hi shong, Thanks for your promptly response,
Write Category TBL is tDBOutput(mySQL) component , Can't get onsubjobok event
Hi shong, Thanks for your support, It works now.