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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

tfilelist on multiple file

Hi All,

 

i have a requirement where i need to move files from one location to another and need to rename the file and make a single file out of multiple files

 

so i was using tfilelist and tfilecopy , but am not able to merge all files to single file, i can see only data from the lastfile is got processed , how can append all files into one using these 2 components(tfilelist & tfiecopy)

 

Thanks,

Lmit

Labels (2)
5 Replies
Aukema
Creator
Creator

How about:

 

tFileList --iterate--> tFileInput (current File) --> tFileOutput (Mergedfile) (enable Append checkbox)

 

 

 

lmit
Creator II
Creator II
Author

Thanks @saukema for you reply but these files are parquet files and we cant use parquet components in standard jobs

 

Thanks,

Lmit

 

 

fdenis
Master
Master

what is a parket file how do you want to merge file?
ascii file + ascii file
xml nodes to group
other like zipped ascii file
Regards,
lmit
Creator II
Creator II
Author

Parquet file is a one of file format , its kind of .dat files

 

thanks,

lmit

fdenis
Master
Master

if it's like a .dat file (binary, ascii or what you want... data file) it cannot be open or merged easily you need have the corresponding soft who know data format of this file.
Did you know this format?