Hi,
I'm load data to text and put the file in ftp. I run the job in different date.
But i have problem when checking the file on ftp, all date and time will update not for current file only.
"11/7/2016 1:16:42 PM"
Please refer attachment. Why does this happen?
In the file Mask in the ftp directory you are using "MA1_*".txt". This will pull all the files from your local directory. 1. Either you can create 1 folder under S01_MA1 folder on the local machine and keep the latest file there and copy from there to ftp server. Delete this file at the end of the run 2. Dynamically create the file name dynamically (if it is feasible) and use that in the file mask
This should not happen. May be you can try to move the older files in a different folder.
Also please share your job details especially ftp component to get more details around it.
In the file Mask in the ftp directory you are using "MA1_*".txt". This will pull all the files from your local directory. 1. Either you can create 1 folder under S01_MA1 folder on the local machine and keep the latest file there and copy from there to ftp server. Delete this file at the end of the run 2. Dynamically create the file name dynamically (if it is feasible) and use that in the file mask