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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How I can move the csv files from existing folder and archive to differrent folder through Talend

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.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

@rohitatcs  If your requirement is to move all files of a folder to another folder in zip format then use tFileArchive, tFileList and tFileDelete.

 

0683p000009M7K4.jpgJob0683p000009M7K9.jpgtFileArchive0683p000009M7J7.jpgtFileList0683p000009M7KO.jpgtFileDelete

 

 

View solution in original post

4 Replies
Anonymous
Not applicable
Author

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.

 

 

0683p000009M7En.jpgtFileCopy

 

 

Anonymous
Not applicable
Author

Thanks @Vikas , I will check on this and will update accordingly.

Anonymous
Not applicable
Author

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.

0683p000009M7H1.jpgError

Anonymous
Not applicable
Author

@rohitatcs  If your requirement is to move all files of a folder to another folder in zip format then use tFileArchive, tFileList and tFileDelete.

 

0683p000009M7K4.jpgJob0683p000009M7K9.jpgtFileArchive0683p000009M7J7.jpgtFileList0683p000009M7KO.jpgtFileDelete