Hi, New to talend, I am trying to use tFileList component below is my code: tFileList -->TInputDelimited -->tLogRow I am getting error even though c:/tmp has files. Starting job files_jb at 10:26 09/04/2009. Exception in component tFileList_1 java.lang.RuntimeException: No file found in directory C:/tmp at test.files_jb_0_1.files_jb.tFileList_1Process(files_jb.java:841) at test.files_jb_0_1.files_jb.runJobInTOS(files_jb.java:981) at test.files_jb_0_1.files_jb.main(files_jb.java:887) connecting to socket on port 4221 connected connecting to socket on port 4856 connected disconnected disconnected
Hello
I think you have checked the option' generate error if no file found'. So, it throws this exeception if there are not files found in the specify folder.
Best regards