Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Advance filter in cFile

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

Labels (2)
0 Replies