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.
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?
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.
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".