Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSIS: Conditional Split result to variable

I have condition where I need to feed conditional split result based on condition (will be just one int value) to variable. Can some one help how to do this?

My actual package (Data flow):

XML Source --> Conditional split (based on condition) 2 outputs..one result based on condition (will be just one int value) need to pass it on to variable. How to achieve this?

like image 749
narendra gc Avatar asked Apr 23 '26 19:04

narendra gc


1 Answers

Pure SSIS way - consume your dataflow into a Recordset Destination and then iterate through it with ForEach Loop, assigning value to the desired variable.

like image 93
Ferdipux Avatar answered Apr 26 '26 09:04

Ferdipux



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!