JCCDevel
2008-10-15 15:33:03 UTC
I'm struggling with something that is probably pretty simple. I have
an SSIS package that creates a flat file from a SQL Server table. I
then take that file and FTP to a vendor. They have requested that I
append date and time to the file name so that they will know when it
is a new file. So, instead of "VendorFile.txt", it should look like
"VendorFile20081025.txt"
I think I need to create the file name as a variable but Im not sure
how I then use that variable in the FTP task. I have tried this a few
times and I get an error that that says the variable is missing the
file path - though when I look at it in the variable name it looks
right.
Can somebody tell me the steps to get this done
Thanks in advance for your help!
JCC
an SSIS package that creates a flat file from a SQL Server table. I
then take that file and FTP to a vendor. They have requested that I
append date and time to the file name so that they will know when it
is a new file. So, instead of "VendorFile.txt", it should look like
"VendorFile20081025.txt"
I think I need to create the file name as a variable but Im not sure
how I then use that variable in the FTP task. I have tried this a few
times and I get an error that that says the variable is missing the
file path - though when I look at it in the variable name it looks
right.
Can somebody tell me the steps to get this done
Thanks in advance for your help!
JCC