I am newbie to Talend, currently i have designed a job to read files of a certain pattern using tfilelist
and put into hadoop. Is there any way to send the rejected files to another folder
. Also I tried with providing regex for not choosing a certain pattern of file, but it seems not working.
eg: - Like I have 4 files,
1) bd20.101.log
2) bd20.102.log
3) bd20.103.log
4) bd200.100.log
I want to get only the regex which gives me 4th type which is not a similar pattern.