I have a loop task in my ssis package, where I am reading a new file. The file name is being stored in a package global variable, then I load the contents into a table within a data flow task. My question is, how do I also load the file name global variable as part of each row being uploaded to the table?