Created on 08-22-2017 05:36 PM - edited 08-17-2019 05:26 PM
Hi,
I want to list files that only starts with a word for ex GroupM_Eclipse , and i used this Regex ^GroupM_Eclipse in the ListSFTP file file filter ..but its not picking up any files..any idea why.??
when i dont use any filter , it lists all the files. GroupM_Eclipse_BDM_20170822.csv.gz ,GroupM_Eclipse_BDM_20170821.csv.gz etc..
Regards,
Sai
Created 08-22-2017 05:53 PM
Created 08-22-2017 05:53 PM
Try this for your regex ^GroupM_Eclipse.*
Created 08-22-2017 06:11 PM
@Wynner ,
it still not picking those files..
Created 08-22-2017 06:13 PM
Did you clear the state of the processor after you changed the File Filter Regex?
Created 08-22-2017 06:16 PM
@Wynner ,
nevermind , i had a typo..your earlier answer worked !!!! Thanks.