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

[resolved] Unarchive multiple files to one file.

Hi,
i didn't see any option in tFileUnarchive of unarchiving multiple zip files to one single files. Any idea?
i have zip files with same names but with date at the end of the name. I want to unarchive all the files of one day to one file.
regards.
Labels (2)
13 Replies
Anonymous
Not applicable
Author

Hi,
Sry to reopen it but how did you achieve it? Without using the merge thing, you could have achieved by using a single delimited output (which has the date as name) and check the option "written after". The merge thing is more a concatenation of your data (from what i've seen), that's what you wanted?
Anonymous
Not applicable
Author

Hi Or3l,
sure. Actually my requirement changed. 1st it was to unarchive multiple file as one single csv file. But then i wanted to unarchive them separately and merge them in another job. i used
tFileList --> TFileInputDelimited --> TFileInputDelimited
to merger separate csv files as one file. its same as concatenation.
Anonymous
Not applicable
Author

You can use instead of tFileInputDelimited a tfilefullrow.
This component extract line by line your file.
And you can use a tfileoutputdelimited with only one field "line".
Anonymous
Not applicable
Author

Hi Xavier,
that helped, thanks
regards,