Hi, I'll like to check, in output of a tFTPFilelist component, in the file exist using the tFileExist component.
How can I do and how can I parameter the file name to check in the tFileExist component?
Many Thank's !
Just connect tFTPFileList to tFileExist with iterate. In tFileExist File name, delete the contents and press Ctrl+Space, find something like tFTPFileList_1.CURRENT_FILE and select it.
hi all,
don't forget the shortcut 'F1' to have a direct access to properties and scenario for a component.
@Sabrina : it will be great a direct access to talend help online with F1
regards
laurent
Hi everybody, Many thanks to everyone, I've built my job with success. The deal was to extract from an FTP Server, the files I don't have in a specific local directory. I've used the context to build the directory and I've agregate this context : context.directory + "/"+ ((String)globalMap.get("tFTPFileList_1_CURRENT_FILE")) After, using an RunIf component, I've copied from FTP to my Directory the files which doesn't exists. Thank you for all, you're wonderful !!