Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am new to TalendStudio 5.6. I need to make my java program extensible by using tMap. Is it possible to use one tJava to feed into tMap with two sets of structs and have tMap tool to perform mapping and output fed into another tJava?
Another side question, is it possible to create dependent Job in TalendStudio 5.6 sharing some data, context etc?
I am not sure which components i can use but requirement is that one java program manages one java POJO and another program manages an another java POJO. Example: ERPOrder pojo needs to be mapped to LocalOrder pojo. In this case, ERPOrder pojo contains fields which needs to be transformed to new POJO fields LocalOrder based on various business rules.