Hi, I've a problem to configure a tFileList. I need to check if some files with a particular filemask are in a directory. The files are like this: 3cars+ODS+0 or n cars. ODS can also be ODI, ODM... I put several regex (this regex now) in the filemask def: "^\\w{3}OD[SIDMFG]\\w{0}" but I already have the message telling me that no file where found in the directory. Can someone help me?
This regex is ok in Eclipse: "[a-zA-Z]{2}_OD[SIDMFG]_[a-zA-Z]{2}_[a-zA-Z]{2}" but not in Talend !!
Hi, In advanced settings, did you check "Format file path to slash(/) ". Also, what happens if you hard code the file name (just to check)? Regards, TRF