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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
lemufty
Contributor III
Contributor III

get number of row and name for each file

hi,
this is my probleme.
i have all files to a folder. i use one by one, i have tfilelist=>tfileInputdelimited
so i want to get number of row and name for each file that i will stock it to tfileoutputdelimited.

someone have an idea.
thank for your help.

Labels (2)
1 Reply
TRF
Champion II
Champion II

Hi,
See this site for variables associated to tFileList   http://dwetl.com/2015/06/16/tfilelist-use-case-example-iterates-on-files-or-folders/?keyword=
To get the number of rows of a file, use tFileRowCount (need to read the file).
Regards,
TRF