I've been trying to solve the following problem for a while now. I hope you guy can help.
I am passing a table from one DB to another DB using pentaho. I am using a Data Input Step in which I am selecting the last Max ID. Then in another Data Input step I am selecting some of the columns in the table with a condition < Max ID from the previous step. Lastly, I Map these in a Data Output Step.
The problem with this is that I have 100 separate transformations for each separate table which as you might imagine is very hard to maintain. I've been trying to create a loop which would get each table, select the rows and pass the rows dynamically but I am struggling to do so.
Has anyone encountered this scenario?
By saying this, if you want to automate the transformations, use the JOBS, go to:
file > new > job
and there you can add your transformations and using the "start" hop with schedule to run the transformations.