hello,
I am listening to a directory using cFile component,
The cFile also move files to destination after processing.
I need to put in checks to ensure at each file I pick is an XML file with a specific name mouvie*.xml, otherwise don't process.
I don't have a clue how to check for file types in mediations.
Need to do check this before forwarding to cMessageRouter.
i already did this
- advanced settings : add "include" with value "mouvie*.xml"
- in basic settings : in filename i put this : ${file:name include "mouvie"} or ${file:name regex "mouvie*.xml"}
but nothing seems to work
do you have any idea please
yousra