I am importing csv files into a table, I need to add a column MachineNr into the data flow before the data is passed to the table. I want the field MachineNr = 'C935175' also. Do I do this in the Data Flow tab using Script Component or is there a faster, easier, different way to do it?
The reason I don't want to do it with a script task in the Control Flow tab after the data is imported to the table is it's not as simple as 'if the field MachineNr is null update to C935175' because other files from other machines could be adding data at the same time.
Thanks!