I am fairly new at working with SSIS, and everything was straight forward until I came across this. I have a system that has data everywhere and I am trying to clean everything up by normalizing it.
Now my issue is, in my SSIS I have a conditional split, what I would like to do is to take that value which I just split it up and pass it as a parameter to a query I already have.
Thanks a lot in advance!