Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
I want to check if file exists in my local directory then i don't download it because im talking about large files .
Here is my job design :
Then , put the treated files into an archive .
Thanks in advance .
Thanks @shong it works perfectly and how about to archive the files in a new directory after beeing treated ? .
yes, without tFileCopy, just set the Archive file path to another directory, I did't test it, let me know if you have any issues.
In fact , i need to copy the files to a new directory so : my job looks like :
Am i correct to configure this way my tFileArchive :
In the file Archive section i ve put : ((String)globalMap.get("tFileList_1_CURRENT_FILE")).
@shong If my workflow is correct let me know .
Thanks for your advices