Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
How about:
tFileList --iterate--> tFileInput (current File) --> tFileOutput (Mergedfile) (enable Append checkbox)
Thanks @saukema for you reply but these files are parquet files and we cant use parquet components in standard jobs
Thanks,
Lmit
Parquet file is a one of file format , its kind of .dat files
thanks,
lmit