Hi all, I'm fairly new to DTS however I believe that this is the tool needed for my situation and need some assistance.
We have a program which is FTPing csv files to a particular folder every 30 minutes or when the file reaches 20MB, whichever comes first. The files are labeled as such chr0001.1, chr0002.1 and so on. Once a file reaches chr9999.1 the next file would be called chr0001.2 and so on. The extensions can go up to .999 after that the cycle starts all over by overwriting files.
I need to make sure that all of these files get loaded into a particular table. So each time DTS runs, say every 30 minutes, I need some type of process where it is able to check for any NEW files before loading any new files into the table.
If anyone has suggestions or detailed steps that I must take, it would be greatly appreciated. Remember, I'm very new to DTS. Thanks!
We have a program which is FTPing csv files to a particular folder every 30 minutes or when the file reaches 20MB, whichever comes first. The files are labeled as such chr0001.1, chr0002.1 and so on. Once a file reaches chr9999.1 the next file would be called chr0001.2 and so on. The extensions can go up to .999 after that the cycle starts all over by overwriting files.
I need to make sure that all of these files get loaded into a particular table. So each time DTS runs, say every 30 minutes, I need some type of process where it is able to check for any NEW files before loading any new files into the table.
If anyone has suggestions or detailed steps that I must take, it would be greatly appreciated. Remember, I'm very new to DTS. Thanks!