SSIS-Variable File Name

600 views Asked by At

I have a folder in which every month I will put a single excel file with name (depending on the month) like 'Jun file', 'Jul file', 'Aug file' and others. I want to move this file from folder to Sql database and form the table of the same name, that is 'Jun file'(if it is the June Month's file). I am trying to do it through SSIS by forming the variable but I am unable to do it. How should I create the variable for this varying file name.

0

There are 0 answers