good morning I am designing ssis that need to import flat file and then move it into archive
I dont know the name of the file, but it will always have words AutoPartsQualityControl in the file name so it will be 20120101AutoPartsQualityControl.txt, 20120115AutoPartsQualityControl so prefix could be any date with as many as 365 file
There will be other flat files in the directory
How do i make ssis only import file with AutoPartsQualityControl in the file name
thanks
|