Hi Gang,
During an Excel import Data Flow, I'd like to change the value of an incoming column for each row.
To do so, I'd like to run it through a script task which performs some functions and spits out the new cell value.
What would be the process for this?
I know I can do it in the control flow, after all the data has been loaded by creating a SQL Task to grab rows then run a Script Task, but this would be after the data is already imported. I'd rather do it during the import.
Thanks.
During an Excel import Data Flow, I'd like to change the value of an incoming column for each row.
To do so, I'd like to run it through a script task which performs some functions and spits out the new cell value.
What would be the process for this?
I know I can do it in the control flow, after all the data has been loaded by creating a SQL Task to grab rows then run a Script Task, but this would be after the data is already imported. I'd rather do it during the import.
Thanks.