I have multiple excel and text files that i want to import to sql. The importing part is easy but I am getting these files from a 3rd party so some days the file will be filename.txt or filename.xls and on another day it will be filename_date.txt or filename_date.xls
so how do i go about in having a condition that checks for this? (I currently use SSIS 2005)