Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
In tfilelist, using filemask I have set up two types of file mask to iterate only those kind of files.
Like
Filemask
"*.xls.taken."+TalendDate.getDate("dd-MM-yyyy")
"*.xls.Nottaken."+TalendDate.getDate("dd-MM-yyyy")
Is there any way so that I could store these type of files into two different variables ? if yes what would be the next component and how ?
if no, Please suggest any idea !!