File Listener Unable to read files from the Source Folder
I have 2 file listener which are supposed to read files(one for each file type) from a source folder and process files.
Sample File signature are as follows - 201311010B0300004432.ABC.BI0 & 201311010B0300006672.XYZ.BI0
In the file listeners, under the source name mask I've given ABC.BI0 and XYZ.BI0 respectively, but the listeners are unable to read the files.
How to give source name masks for files that contain a signature like *.*.*
Cant Pega listener read such files? Any leads are appreciated.
Note - Processing of XYZ and ABC type of files are distinct and different, hence giving *.* in the source name mask wont help, since both these files would reside in the same source folder and it might result in picking wrong file by the Listeners.
***Edited by Moderator Marissa to update platform capability tags****