Quantcast
Channel: Questions in topic: "ssis"
Viewing all articles
Browse latest Browse all 813

SSIS to move particular file

$
0
0
I’m trying to move particular files from one folder to another using ssis. There are multiple files in the source folder and all of them are text files. One file is named “customer_12142012(today’s date).txt” and another file name “customer_today’s date_count.txt”. I just to move the customer_today’s date file not the customer_today’s date_count file. I have several variables in my ssis and two of them are fileDate(value is today’s date) and file extention(value is *.txt). When I run this ssis, it moves all the .txt files with today’s date but I want to exclude the _count files. Is it possible to do this. Thanks.

Viewing all articles
Browse latest Browse all 813

Trending Articles