I use VS 2008 SSIS.
- I have a Data Flow Task to get rows from table and store them in an Object variable.
- I use Foreach Loop to get the Object variable's value one by one.
- Inside my Foreach I use Script Task to change/decrypt my variable's value each time.
My problem is I cannot find how to store the decrypted values back to Object variable because I need them save to Flat File.
I used another Object variable and tried to save the decrypted values in it. But saves only last decrypted value not whole list.
Please share your thoughts or advice. Any help or suggestions would be greatly appreciated!