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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tFileList filter files by file name

Is there any way to filter files in the tFileList component by file name?
I want to filter files starting with a specific character
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
I have source file like "Temp_File_Test.csv" along with some other .CSV files. but i need to use only files come with "_File_Test.csv" as source file. 
i have tried filemask in tFilelist like, "*_File_Test.csv", but not working.can i get help here on how to use tFilelist here to filter only "_File_Test.csv" files .
Thanks,

Hello gottipatih 
The filemask "*_File_Test.csv" is working on version 6.2.1, which version of studio are you using?
Regards
Shong

View solution in original post

4 Replies
Anonymous
Not applicable
Author

U can use the "*" character. For example if you want text files starting with a C. You can use "C*.txt" in the tfilelist filemask.
Anonymous
Not applicable
Author

Hi,
I have source file like "Temp_File_Test.csv" along with some other .CSV files. but i need to use only files come with "_File_Test.csv" as source file. 
i have tried filemask in tFilelist like, "*_File_Test.csv", but not working.can i get help here on how to use tFilelist here to filter only "_File_Test.csv" files .
Thanks,
Anonymous
Not applicable
Author

Hi,
I have source file like "Temp_File_Test.csv" along with some other .CSV files. but i need to use only files come with "_File_Test.csv" as source file. 
i have tried filemask in tFilelist like, "*_File_Test.csv", but not working.can i get help here on how to use tFilelist here to filter only "_File_Test.csv" files .
Thanks,

Hello gottipatih 
The filemask "*_File_Test.csv" is working on version 6.2.1, which version of studio are you using?
Regards
Shong
Anonymous
Not applicable
Author

Hi, 
Using 6.2.1 version and its working fine for me.
Thanks,