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

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileInputDelimited Wildcard FileName

Hello,
I'm getting this error when I try to lookup specific file based on the wildcard character *.
Is this possible in Talend?
Error Message -
FileNotFoundException: C:\OPM\Spend_Data\zanox*.txt (The filename, directory name, or volume label syntax is incorrect)
Labels (2)
1 Reply
Anonymous
Not applicable
Author

not inside the tFileInputDelimited.
if you want to use glob expressions, try using a tFileList to define the possible names for your file (i.e. zanox*.txt) and then use the file it finds in the tFileInputDelimited (i.e. globalMap.get("tFileList_1_CURRENT_FILEPATH") )