Hi,
I have a Conditional Split to FlatFile Destination.
How can I put the result, that goes in the FlatFile Destination, in a variable also (like in Recordset Destination).
Do I have to runs this thing twise (and put the first time in FlatFile Destination and the second time in Recordset Destination)?
Thank you.
Why do you want to put the results in a variable?A multicast transformation will let you split the data flow into as many branches as you want.|||
Take a look at the Multicast and conditional split component in the data flow. You could 'branch' the data pipeline and send rows to multiple destinations in one pass.
No comments:
Post a Comment