I want to execute the XML source after a script component is complete n SSIS data flow. i.e based on whether the script fails or passes the xml source flow should start (in the data flow). Is there any simpler way to do it.
I cannot create a connector because XML source doesn’t have any inputs.
I want to execute the XML source after a script component is complete n
Share
Got it, i can add a script task instead of script component in dataflow. And make a flow from script task to data flow.