i need to pole the FTP location , and move the file to my Informatica location, unzip the file (8 files coming as zip rest of files are unzipped).
every 5 mins it will wakeup and check the file, everytime check in my informatica dir whether it reached the count of files like (assume i need to receive 15 files) so if its 15 then create a 0 byte file and stop polling.
and can it be make dynamic , like take FTP loc, username, pswd, filename, and count of file, from some other table or file, and put the file from FTP loc to my folder and unzip the file. so in future if i need to add another FTP location for other files i make an entry in file/table and it will read it from there
every 5 mins it will wakeup and check the file, everytime check in my informatica dir whether it reached the count of files like (assume i need to receive 15 files) so if its 15 then create a 0 byte file and stop polling.
and can it be make dynamic , like take FTP loc, username, pswd, filename, and count of file, from some other table or file, and put the file from FTP loc to my folder and unzip the file. so in future if i need to add another FTP location for other files i make an entry in file/table and it will read it from there