In SSIS, I was to:
- take files from c:\directory1
- copy them to c
irectory2 with a different name (concatenated date on the end)
- delete them from c:\directory1
Should I be using the Script Task for this I am wondering if I should be using the File System Task which copies directories or files, but I don't know if I could rename the files during the copy.
Also, I want the directory names to be in the configuration file. I am not sure how to do this. If I set up a flat file source connection, I need to specify a file name and I just want the directory names. How do I get them in the config file and how to I read them into my script from the config file
Linda