Link to home
Start Free TrialLog in
Avatar of Rainsee65
Rainsee65

asked on

Mapping a variable to a column inside Data Flow Task SSIS package

Hi,

I have an SSIS package. I want to get the value of the data source connection string and send it to a variable.
I will use that variable to map to the column in the sql database as "OriginalDB". The data source in an access database.

Can anyone tell me how to approach this?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Brendt Hess
Brendt Hess
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rainsee65
Rainsee65

ASKER

Thanks for the response

Sorry I think I did not describe my issue real well that resulted in misunderstanding and complicated solution.

I think I was able to solve my problem just by using a derived column. I capture the value in and pass it on the derived column and then I map the derived column to the column in my database.