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: 
veryimportantdude
Contributor III
Contributor III

tfileproperties from multiple files

Hello
I would like to know how to determine to get file properties from mulitple files. I have a folder of files that I am transfering to database. And as one of the columns I have to insert file name. I know how to do it for only one file, but for a list of files I have no idea.
Please help.
thank you for answering
Labels (2)
3 Replies
Anonymous
Not applicable

Hello
You can use the tFileList to iterate each file. For example:
tFileList--iterate-->tFileProperties--main-->tMysqlOutput
Best regards
Shong
_AnonymousUser
Specialist III
Specialist III

Hi
I am using tFileList--iterate-->tFileProperties--main-->tFileOutputDelimited, and I am not getting any records though there are many files in the directory. I am using TOS-All-r53829-V4.2.0M2.
Please let me know if I am missing any setup.
Regards
Paras
Anonymous
Not applicable

Hi
whats the file mask you have given in tFileList. If all files have to picked you can give *.* or only text then give *.txt