Hello,
I have created several worflows with same logic.
First, I download external data from different sources, then I transform the datas and finally and integrate them into a Database.
So for each worflows, it was about creating a new table in a Database directly with the output Tool.
But, now, to uptade the datas. I don't need to create again these tables, I just need to replace and append the datas.
So, It's going to be boring to modify for each worflows, and choosing in the output option : Delete and Append Data.
So, I am looking for a method to create like a conditional worflow with 2 parts and only one of the two parts will be executed :
1- One part would create a table if the table not exist
2- An another part would be executed and overwriting the data
In this way I could save time, and for the next worflows use such a solution.
Thank you for your help.