Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I want to move the existing csv files from a folder to another folder and archive it.
Please suggest the design approach for the same.
I am using Talend open source.
@rohitatcs If your requirement is to move all files of a folder to another folder in zip format then use tFileArchive, tFileList and tFileDelete.
Job
tFileArchive
tFileList
tFileDelete
Hello @rohitatcs
Use tFileCopy component to move the CSV file from an existing folder to different folder which will create a zip file for the same file in your target folder.
tFileCopy
Thanks @Vikas , I will check on this and will update accordingly.
Hi @Vikas ,
It seems the source and destination path need file name.
But my requirement is to move all the files in particular folder to new folder and all get zipped.
So, our source directory will be always cleaned when the next process will run.
Kindly suggest based on attached screenshot.
Error
@rohitatcs If your requirement is to move all files of a folder to another folder in zip format then use tFileArchive, tFileList and tFileDelete.
Job
tFileArchive
tFileList
tFileDelete