I've a sequence of actions that import data from a csv file into a final DB table with some little transformations in the middle. A in the image
Than I've another sequence of actions that get data from previous DB table to make some other transformation and finally export into a second DB table. B in the image
When I run the project the 2 sequences go in parallel.
Is there a way to make the second sequence (B) starts only when first sequence (A) is finished?
Hi Eros
Yes, if you click on the + icon to the right of your table marked "A" it will give you an option to "Derive table". Select this and you will essentially get another table that is linked to table A. You can then add any actions needed to this new table (including dragging actions from your table B to it).
Regards
Matt
Absolutely, and sorry about recent dummy questions.
I was in hurry because I wanted to convince my boss easyMorph was the right choice to go for some of the ETL we have in the company. I've purchased the desktop version this morning, next step is to try to implement more complex ETL and then go for easymorph team server.