• Pretty helpful. We are using this framework at our office to automate some SSIS tasks. One question though:

    1) sometimes the source and destination columns in our tasks don't line up on case sensitivity. How can I wire up a source input column to the destination in the data flow without it bombing if for instance the source column reads "sku_nbr" and the destination reads "sku_Nbr"?

    Any help is greatly appreciated.