I have a flat file I want to bulk insert into a temp table. One of the source columns is a money column.
The data in the original flat file is without decimal. 55015 is really 550.15
So I want to take the column and divide by 100, I think I do this in SSIS on the Data Control tab of my package, using 'Data Conversion' Data Flow transformation task.
yet not seeing how I can achieve my result.
Thanks