Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm trying to build a simple job which would list me the files in specified FTP directory. It looks that connection is OK but I still cannot see the files listed even though the job finishes successfully. My job is more-or-less a copy of this example https://help.talend.com/reader/wDRBNUuxk629sNcI0dNYaA/2Bh7tJbkdtVnEjl4Y4fuGA but there must be still something wrong.
Some details about my job:
When I run the job it finishes successfully but no files are listed even though if I connect to FTP "manually" the file is there. The same happens also in case I remove condition for "Filemask":
Could please anyone help me how to solve this ?
Thanks
After tfilelist use tjava component to print the current file from tfilelist and cross check that do you have .txt files are not.if your not able sure then set the filemask as "*" and see it should list all the files.
Thanks,
Manohar