↧
Answer by the_SQL
In the data flow, you would likely use a conditional-split transform. You can direct data flows according to values.
View ArticleAnswer by IT1
I figured out the answer..... A good way to achieve Control Flow based on a Condition is by using a dummy script task and set the TaskResult property to success. Public Class ScriptMain Public Sub...
View Article