Hi, I created a job to change .csv file to .xml file. I got csv file from FTP server. When a new file reached on FTP, I want to do format change process immediately.(and delete csv file from FTP) I think I can use tWaitForFile but I don't understand how to trigger. New csv file can be got many times in a day. Is there any advice please? Best regards, MayT.
Hi,
I got it by using tInfiniteLoop, tFTPFileList, tFTPGet components.
P.S : If there has a component like tFTPWaitForFile, it will be more convenient, I think.
Best regards, MayT.
Hi, Thanks for your information. I checked this link but I can't imagine how to connect FTP and tWaitForFile. If I create tWaitForFile as first component, how can I set "Directory to scan". Or, if using tFTP components to get files from FTP and check local folder by tWaitForFile, if there has no file on FTP and how can I know the file is reached on FTP at what time. Best regards, MayT.
Hi,
I got it by using tInfiniteLoop, tFTPFileList, tFTPGet components.
P.S : If there has a component like tFTPWaitForFile, it will be more convenient, I think.
Best regards, MayT.